Skip to content

Commit 832228c

Browse files
committed
docs(github): set rootDir to fix edit page link
1 parent 2b9968b commit 832228c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/nuxt.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ export default defineNuxtConfig({
4141
database: true,
4242
cache: true,
4343
},
44+
github: {
45+
rootDir: 'docs',
46+
},
4447
llms: {
4548
domain: 'https://content.nuxt.com',
4649
title: 'Nuxt Content',

0 commit comments

Comments
 (0)