Skip to content

Commit

Permalink
prefix env
Browse files Browse the repository at this point in the history
  • Loading branch information
sharknoon committed Apr 20, 2024
1 parent 95d52d2 commit d8b2db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ export default defineNuxtConfig({
css: ["bootstrap/dist/css/bootstrap.min.css", "/assets/main.css"],
runtimeConfig: {
public: {
apiUrl: process.env.API_URL || "https://pixina.app/api/v1/progress",
apiUrl: process.env.PIXINA_API_URL || "https://pixina.app/api/v1/progress",
pixelhobbTileId:
parseInt(process.env.PIXELHOBBY_TILE_ID ?? "") || 35007450218648,
parseInt(process.env.PIXINA_PIXELHOBBY_TILE_ID ?? "") || 35007450218648,
},
},
modules: [
Expand Down

0 comments on commit d8b2db6

Please sign in to comment.