mirror of
https://github.com/spark-store-project/spark-store-abyss
synced 2026-06-22 09:44:16 +08:00
feat: 添加网站图标、标题
This commit is contained in:
@@ -21,9 +21,25 @@ export default defineNuxtConfig({
|
||||
prefix: "s",
|
||||
dir: "./assets/icons",
|
||||
},
|
||||
{
|
||||
prefix: "sp",
|
||||
dir: "./public/icon",
|
||||
},
|
||||
],
|
||||
},
|
||||
css: ["~/assets/css/main.css"],
|
||||
app: {
|
||||
head: {
|
||||
title: "Spark Store",
|
||||
link: [
|
||||
{
|
||||
rel: "icon",
|
||||
type: "image/svg+xml",
|
||||
href: "/icon/spark.svg",
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
vite: {
|
||||
plugins: [tailwindcss()],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user