mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Compeleted the language changing feat.
And updated the assets url to be /_assets/ instead of /_nuxt/
This commit is contained in:
parent
a1aecb4623
commit
c45a5ea285
5 changed files with 46 additions and 31 deletions
|
@ -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: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue