Skip to content

Commit

Permalink
alter naming scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhelton committed Dec 16, 2024
1 parent 8fcb4a6 commit ecb97bd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@ export default defineNuxtConfig({
devtools: { enabled: true },
modules: ['dayjs-nuxt', '@nuxtjs/tailwindcss'],
runtimeConfig: {
//AWS_ACCESS_KEY_ID: process.env.AWS_ACCESS_KEY_ID,
//AWS_SECRET_ACCESS_KEY: process.env.AWS_SECRET_ACCESS_KEY,
//REGION: process.env.REGION,
public: {
// Override this with the environment variable NUXT_PUBLIC_GDOC_ENV
GDOC_ENV: process.env.NUXT_PUBLIC_GDOC_ENV || 'prod'
GDOC_ENV: process.env.GDOC_ENV || 'prod'
},
},
app: {
Expand Down

0 comments on commit ecb97bd

Please sign in to comment.