diff --git a/.env.example b/.env.example index 975a7cf..c829e21 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,3 @@ -NUXT_HUB_PROJECT_KEY= - NUXT_DISCORD_ID= NUXT_DISCORD_TOKEN= NUXT_DISCORD_USER_ID= @@ -12,7 +10,5 @@ NUXT_WAKATIME_USER_ID= NUXT_STATUS_PAGE= -NUXT_PUBLIC_HELLO_TEXT= - STUDIO_GITHUB_CLIENT_ID= STUDIO_GITHUB_CLIENT_SECRET= \ No newline at end of file diff --git a/nuxt.config.ts b/nuxt.config.ts index c4b6390..b2cbfd6 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -17,9 +17,6 @@ export default defineNuxtConfig({ }, runtimeConfig: { - public: { - helloText: 'Hello from the Edge 👋' - }, discord: { userId: '', id: '',