Skip to content

Commit 923775f

Browse files
fix: percy css not loading
1 parent cc792c2 commit 923775f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default defineConfig({
1414
}),
1515
scopedCSS({
1616
layerName: false,
17-
additionalRoots: ['templates/'],
17+
additionalRoots: ['templates/', 'components/', 'style/'],
1818
}),
1919
],
2020
server: {

0 commit comments

Comments
 (0)