1
Fork 0

Add re-nav to the build output.

This commit is contained in:
Bauke 2022-11-02 12:46:53 +01:00
parent 4bb22a3b4b
commit f7ac4ca937
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ export default defineConfig({
fangs: path.join(sourceDir, 'fangs/index.html'),
home: path.join(sourceDir, 'index.html'),
queue: path.join(sourceDir, 'queue/index.html'),
're-nav': path.join(sourceDir, 're-nav/index.html'),
},
},
sourcemap: true,