File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 55// const lightCodeTheme = require("prism-react-renderer/themes/github");
66// const darkCodeTheme = require("prism-react-renderer/themes/dracula");
77
8+ console . log ( 'VERCEL_ENV: ' , process . env . VERCEL_ENV ) ;
9+ console . log ( 'VERCEL_TARGET_ENV: ' , process . env . VERCEL_TARGET_ENV ) ;
10+ console . log ( 'VERCEL_URL: ' , process . env . VERCEL_URL ) ;
11+ console . log ( 'VERCEL_BRANCH_URL: ' , process . env . VERCEL_BRANCH_URL ) ;
12+ console . log ( 'VERCEL_PROJECT_PRODUCTION_URL: ' , process . env . VERCEL_PROJECT_PRODUCTION_URL ) ;
813
914
1015/** @type {import('@docusaurus/types').Config } */
@@ -80,6 +85,8 @@ const config = {
8085 logo : {
8186 alt : "Guardrails Logo" ,
8287 src : "img/logo.svg" ,
88+ href : process . env . NODE_ENV === "production" ? "https://guardrailsai.com" : "https://docs.localhost" ,
89+ target : '_self'
8390 } ,
8491 items : [
8592 {
You can’t perform that action at this time.
0 commit comments