Skip to content

Commit

Permalink
debug dmno env
Browse files Browse the repository at this point in the history
  • Loading branch information
theoephraim committed Jan 14, 2025
1 parent 50e2338 commit 22588f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/docs-site/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ import IconsVitePlugin from 'unplugin-icons/vite';
import sitemap from '@astrojs/sitemap';
import dmnoAstroIntegration from '@dmno/astro-integration';

console.log(process.env);
console.log('DMNO ENV', {
CF_PAGES_BRANCH: DMNO_CONFIG.CF_PAGES_BRANCH,
DMNO_ENV: DMNO_CONFIG.DMNO_ENV,
});

// https://astro.build/config
export default defineConfig({
site: 'https://dmno.dev',
Expand Down

0 comments on commit 22588f9

Please sign in to comment.