tweak settings

This commit is contained in:
kakkokari-gtyih 2023-11-18 19:55:01 +09:00
parent 9afe425203
commit de2ebe0012
3 changed files with 548 additions and 704 deletions

View File

@ -59,9 +59,6 @@ export default defineNuxtConfig({
]
},
highlight: {
preload: [
'ini',
],
theme: {
// Default theme (same as single string)
default: 'github-light',
@ -120,6 +117,7 @@ export default defineNuxtConfig({
'compiled': genSitemap,
},
prerender: {
concurrency: 5,
routes: [
"/404.html"
],

View File

@ -10,12 +10,12 @@
},
"devDependencies": {
"@babel/parser": "^7.23.3",
"@nuxt/content": "npm:@nuxt/content-edge@2.9.0-28315240.7dcbf13",
"@nuxtjs/color-mode": "^3.3.0",
"@nuxt/content": "^2.9.0",
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/i18n": "8.0.0-rc.5",
"@rollup/plugin-yaml": "^4.1.2",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.9.0",
"@types/node": "^20.9.1",
"@types/nprogress": "^0.2.3",
"@types/rellax": "^1.7.7",
"@types/three": "^0.158.2",
@ -39,7 +39,7 @@
"tailwindcss": "^3.3.5",
"three": "^0.158.0",
"tinycolor2": "^1.6.0",
"ufo": "^1.3.1",
"ufo": "^1.3.2",
"vite-svg-loader": "^4.0.0"
},
"packageManager": "pnpm@8.10.2",

File diff suppressed because it is too large Load Diff