Skip to content

Commit

Permalink
debug: Landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
areknawo committed Jul 3, 2024
1 parent 98a6a2f commit 5f5a49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/landing-page/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import robotsTxt from "astro-robots-txt";
const { VRITE_ACCESS_TOKEN, VRITE_CONTENT_GROUP_ID, ...vars } = loadEnv(
import.meta.env.MODE,
process.cwd(),
""
"VRITE_"
);
console.log(VRITE_ACCESS_TOKEN, VRITE_CONTENT_GROUP_ID, vars);

Expand Down

0 comments on commit 5f5a49f

Please sign in to comment.