mirror of
https://github.com/MeshEnvy/mesh-forge.git
synced 2026-08-06 08:53:08 +02:00
fix: prerendering
This commit is contained in:
@@ -26,3 +26,9 @@
|
||||
[submodule "vendor/meshcore-flasher"]
|
||||
path = vendor/meshcore-flasher
|
||||
url = git@github.com:meshcore-dev/flasher.meshcore.dev.git
|
||||
[submodule "vendor/lofs"]
|
||||
path = vendor/lofs
|
||||
url = git@github.com:MeshEnvy/lofs.git
|
||||
[submodule "vendor/lofs-test"]
|
||||
path = vendor/lofs-test
|
||||
url = git@github.com:MeshEnvy/lofs-test.git
|
||||
|
||||
+4
-1
@@ -11,5 +11,8 @@ export default {
|
||||
"Build custom firmware with third-party plugins: BBS's, custom hardware, games, and more. An open ecosystem growing to hundreds of plugins.",
|
||||
|
||||
extends: [vikeReact],
|
||||
prerender: true,
|
||||
prerender: {
|
||||
partial: true,
|
||||
},
|
||||
ssr: false,
|
||||
} satisfies Config
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
export default {
|
||||
prerender: false,
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
export default {
|
||||
prerender: false,
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
export default {
|
||||
prerender: false,
|
||||
}
|
||||
|
||||
+1
Submodule vendor/lofs added at 6e6ac2b367
+1
Submodule vendor/lofs-test added at 55802f580f
Reference in New Issue
Block a user