Basic solar network post preview

This commit is contained in:
2024-08-10 15:00:17 +08:00
parent bd76dc2ba8
commit c25640b673
9 changed files with 136 additions and 11 deletions

View File

@@ -6,11 +6,24 @@ export default defineNuxtConfig({
css: ["@/assets/index.css"],
runtimeConfig: {
public: {
baseUrl: "https://solsynth.dev",
solarNetworkApi: "https://api.sn.solsynth.dev",
solianUrl: "https://sn.solsynth.dev",
},
},
app: {
head: {
title: "Solsynth LLC",
titleTemplate: "%s | Solsynth",
link: [{ rel: "icon", type: "image/png", href: "/favicon.png" }],
link: [
{ rel: "icon", type: "image/png", href: "/favicon.png" },
{ rel: "preconnect", href: "https://fonts.googleapis.com" },
{ rel: "preconnect", href: "https://fonts.gstatic.com", crossorigin: "" },
{ rel: "stylesheet", href: "https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&display=swap" },
],
},
},