mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-22 00:43:50 +01:00
fix deploy issues
This commit is contained in:
parent
837e73f76b
commit
45ab83a3ac
@ -145,14 +145,15 @@ export default defineNuxtConfig({
|
||||
hooks: {
|
||||
'compiled': genSitemap,
|
||||
},
|
||||
prerender: {
|
||||
/*prerender: {
|
||||
concurrency: cpus().length * 8 ?? 12,
|
||||
routes: [
|
||||
"/404.html"
|
||||
"/404.html",
|
||||
"/200.html"
|
||||
],
|
||||
// 【一時対応】とりあえずビルドできるようにする
|
||||
failOnError: false,
|
||||
},
|
||||
},*/
|
||||
plugins: [
|
||||
'@/server/plugins/appendComment.ts',
|
||||
'@/server/plugins/i18nRedirector.ts',
|
||||
|
Loading…
Reference in New Issue
Block a user