Skip to content

Commit c54108c

Browse files
committed
chore: Update pagesDirs
1 parent ac552ee commit c54108c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/vite/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ export function createVitePlugins() {
2929
vue(),
3030

3131
// https://github.com/JohnCampionJr/vite-plugin-vue-layouts
32-
Layouts(),
32+
Layouts({
33+
pagesDirs: 'src/pages/**',
34+
}),
3335

3436
// https://github.com/jbaubree/vite-plugin-sitemap
3537
Sitemap(),

0 commit comments

Comments
 (0)