Skip to content

Commit

Permalink
fix: add baseURL?
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Mar 5, 2024
1 parent 0f8238a commit 326de63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ export default defineNuxtConfig({
},

runtimeConfig: {
baseURL: 'https://' + process.env.APP_DOMAIN,

MATOMO_API_KEY: process.env.MATOMO_API_KEY,

public: {
Expand Down

0 comments on commit 326de63

Please sign in to comment.