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'),
|
fangs: path.join(sourceDir, 'fangs/index.html'),
|
||||||
home: path.join(sourceDir, 'index.html'),
|
home: path.join(sourceDir, 'index.html'),
|
||||||
queue: path.join(sourceDir, 'queue/index.html'),
|
queue: path.join(sourceDir, 'queue/index.html'),
|
||||||
|
're-nav': path.join(sourceDir, 're-nav/index.html'),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
sourcemap: true,
|
sourcemap: true,
|
||||||
|
|
Loading…
Reference in New Issue