🚚 Update project structure

This commit is contained in:
2025-11-06 22:36:24 +08:00
parent 90de5fcdac
commit 9e78814f6b
9 changed files with 8 additions and 6 deletions

View File

@@ -21,6 +21,12 @@ export default defineNuxtConfig({
link: [{ rel: "icon", type: "image/png", href: "/favicon.png" }]
}
},
components: [
{
path: "~/components",
pathPrefix: false
}
],
site: {
url: process.env.NUXT_PUBLIC_SITE_URL || "https://solian.app",
name: "Solar Network"