Skip to content

Commit

Permalink
Update base web url
Browse files Browse the repository at this point in the history
  • Loading branch information
Defelo committed Dec 16, 2023
1 parent a5303f5 commit d1d259e
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 @@ -15,7 +15,7 @@ export default defineNuxtConfig({
runtimeConfig: {
public: {
BASE_API_URL: 'https://api.test.bootstrap.academy',
BASE_WEB_URL: 'https://bootstrap-academy-frontend.pages.dev',
BASE_WEB_URL: 'https://admin.test.bootstrap.academy',
Gleap_API_KEY: '8TVLuULNmWxZHIifA1PW6TYHUCKEb5so',
Vue3ReCaptcha_SITE_KEY: '6Ldb070iAAAAAKsAt_M_ilgDbnWcF-N_Pj2DBBeP',
NODE_ENV: 'development',
Expand Down

0 comments on commit d1d259e

Please sign in to comment.