Official activity

This commit is contained in:
2024-08-10 17:42:49 +08:00
parent 0758f2d5c1
commit 666868f22b
5 changed files with 89 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ export default defineNuxtConfig({
runtimeConfig: {
public: {
baseUrl: "https://solsynth.dev",
solarRealmId: 2,
solarNetworkApi: "https://api.sn.solsynth.dev",
solianUrl: "https://sn.solsynth.dev",
},
@@ -22,7 +23,10 @@ export default defineNuxtConfig({
{ 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" },
{
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",
},
],
},
},