mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 00:19:59 +00:00
fix: include dev assets in local build
This commit is contained in:
parent
81cf949e13
commit
9c3f32ac69
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ export default defineNuxtConfig({
|
|||
},
|
||||
nitro: {
|
||||
publicAssets: [
|
||||
...(isDevelopment || isPreview ? [{ dir: fileURLToPath(new URL('./public-dev', import.meta.url)) }] : []),
|
||||
...(!isCI || isPreview ? [{ dir: fileURLToPath(new URL('./public-dev', import.meta.url)) }] : []),
|
||||
],
|
||||
prerender: {
|
||||
crawlLinks: false,
|
||||
|
|
Loading…
Reference in a new issue