Skip to content

Commit 8528c42

Browse files
committed
chore: wip
1 parent 9a46987 commit 8528c42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

storage/framework/core/vite/src/plugin/layouts.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ export function layouts(options?: LayoutOptions, isMain = true) {
77
return Layouts(options)
88

99
return Layouts({
10+
extensions: ['stx', 'vue'],
1011
layoutsDirs: p.layoutsPath(),
1112
defaultLayout: p.layoutsPath('default.stx'),
1213
exclude: [
13-
p.resourcesPath('layouts/mails'),
14+
p.layoutsPath('mails'),
1415
],
1516
...options,
1617
})

0 commit comments

Comments
 (0)