Skip to content

Commit

Permalink
remove api configs and credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Josue Mente committed Oct 5, 2024
1 parent 470eaa9 commit 596e6c3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@ export default defineNuxtConfig({
},
},
runtimeConfig: {
app: {
alegraApiKey: process.env.ALEGRA_API_KEY,
alegraApiEmail: process.env.ALEGRA_API_EMAIL,
alegraApiUrl: process.env.ALEGRA_API_URL,
pexelsApiKey: process.env.PEXELS_API_KEY,
},
app: {},
},
modules: ["@nuxtjs/tailwindcss", "@nuxt/icon"],
tailwindcss: {
Expand Down

0 comments on commit 596e6c3

Please sign in to comment.