diff --git a/.env b/.env index c0dc955..3f6807e 100644 --- a/.env +++ b/.env @@ -1,3 +1,4 @@ +NUXT_PUBLIC_SOLAR_REALM_ID=2 NUXT_PUBLIC_BASE_URL=https://sn.solsynth.dev NUXT_PUBLIC_SOLAR_NETWORK_API=https://api.sn.solsynth.dev NUXT_PUBLIC_SOLIAN_URL=https://sn.solsynth.dev diff --git a/components/post/Item.vue b/components/post/Item.vue new file mode 100644 index 0000000..07c9762 --- /dev/null +++ b/components/post/Item.vue @@ -0,0 +1,47 @@ + + + diff --git a/layouts/default.vue b/layouts/default.vue index 768a2b7..6e1c862 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -6,6 +6,7 @@ + diff --git a/nuxt.config.ts b/nuxt.config.ts index 5b7ffc6..8764989 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -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", + }, ], }, }, diff --git a/pages/activity/index.vue b/pages/activity/index.vue new file mode 100644 index 0000000..2477271 --- /dev/null +++ b/pages/activity/index.vue @@ -0,0 +1,35 @@ + + + + +