Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ap3rtur3 committed Jun 26, 2024
1 parent 6004012 commit 6f23659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gridsome.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const includedMarkdownPaths = [
].join("|");
const markdownPath = `**/(${includedMarkdownPaths})/*.md`;
const fontFamilySans = '"Open Sans", ui-sans-serif, system-ui, sans-serif';
console.log(process.env);
console.log(process.env.SITE_URL, JSON.stringify(process.env.SITE_URL));

module.exports = {
titleTemplate: "%s | IONOS Deploy Now",
Expand Down

0 comments on commit 6f23659

Please sign in to comment.