Skip to content

Commit

Permalink
chore(nuxt.config): set discord_bot_token value
Browse files Browse the repository at this point in the history
  • Loading branch information
veryCrunchy committed Jul 14, 2024
1 parent b89484e commit 8563cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default defineNuxtConfig({
"@pinia/nuxt",
],
runtimeConfig: {
discord_bot_token: "",
discord_bot_token: "env.NUXT_DISCORD_BOT_TOKEN",
public: {
GQL_HOST: "https://api.premid.app/v3",
},
Expand Down

0 comments on commit 8563cdf

Please sign in to comment.