Skip to content

Commit 40100ce

Browse files
authored
test: configure dir.public for app-dir test (for compatibility with v4) (#374)
1 parent f79606a commit 40100ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/fixtures/app-dir/nuxt.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ export default defineNuxtConfig({
1111
ogImage: {
1212
debug: true,
1313
},
14+
dir: {
15+
public: 'app/public',
16+
},
1417
srcDir: 'app/',
1518
devtools: { enabled: false },
1619
})

0 commit comments

Comments
 (0)