Skip to content

Commit

Permalink
fix: wrong env param
Browse files Browse the repository at this point in the history
  • Loading branch information
svglol committed Apr 27, 2024
1 parent 1856a71 commit 9775a27
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 @@ -26,7 +26,7 @@ export default defineNuxtConfig({

runtimeConfig: {
public: {
baseUrl: process.env.BASE_URL || 'http://localhost:3000',
baseUrl: process.env.NUXT_PUBLIC_BASE_URL || 'http://localhost:3000',
},
},

Expand Down

0 comments on commit 9775a27

Please sign in to comment.