Add re-nav to the build output.
This commit is contained in:
parent
4bb22a3b4b
commit
f7ac4ca937
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue