Skip to content

Commit

Permalink
checked sample use case
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshamoon committed Feb 19, 2024
1 parent 01b75e7 commit aca5466
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
// Note: type annotations allow type checking and IDEs autocompletion
require("dotenv").config();

console.log(
"https://deploy-preview-" +
process.env.REVIEW_ID +
"-" +
process.env.HOME_PAGE_URL
);

/** @type {import('@docusaurus/types').Config} */
const config = {
title: "Glific",
Expand Down

0 comments on commit aca5466

Please sign in to comment.