Skip to content

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Satoru committed Dec 8, 2023
1 parent 78df123 commit 55729d3
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 @@ -2,7 +2,7 @@ import { headConfig } from "./meta.config";

const baseURL = process.env.NUXT_PUBLIC_BASE_URL || "";

const origin = process.env.ORIGIN || "";
const origin = process.env.NUXT_PUBLIC_ORIGIN || "";
const appURL = origin + baseURL;

// https://nuxt.com/docs/api/configuration/nuxt-config
Expand Down

0 comments on commit 55729d3

Please sign in to comment.