Compeleted the language changing feat.

And updated the assets url to be /_assets/ instead of /_nuxt/
This commit is contained in:
yuanhau 2025-05-15 22:31:50 +08:00
parent a1aecb4623
commit c45a5ea285
5 changed files with 46 additions and 31 deletions

View file

@ -48,6 +48,7 @@ export default defineNuxtConfig({
},
app: {
buildAssetsDir: "/_assets/",
head: {
title: "",
htmlAttrs: {
@ -55,7 +56,6 @@ export default defineNuxtConfig({
},
link: [
{ rel: "dns-prefetch", href: "https://utfs.io" },
{ rel: "dns-prefetch", href: "https://s3.yhw.tw" },
{ rel: "icon", type: "image/svg", href: "/favicon.svg" },
],
meta: [