Skip to content
/ docs Public

Commit 9d2a47a

Browse files
authoredJul 24, 2024··
Update asset-compilation-vite.md
Related: wintercms/winter#1172
1 parent b187427 commit 9d2a47a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎console/asset-compilation-vite.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ export default defineConfig({
112112
paths: [
113113
'./**/*.htm',
114114
'./**/*.block',
115-
'assets/**/*.css',
116-
'assets/**/*.js',
115+
'assets/src/**/*.css',
116+
'assets/src/**/*.js',
117117
]
118118
},
119119
}),

0 commit comments

Comments
 (0)
Please sign in to comment.