summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/web/astro.config.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/astro.config.mjs b/packages/web/astro.config.mjs
index 05866c5d1..742d52951 100644
--- a/packages/web/astro.config.mjs
+++ b/packages/web/astro.config.mjs
@@ -10,7 +10,7 @@ import rehypeAutolinkHeadings from "rehype-autolink-headings"
const github = "https://github.com/sst/opencode"
-console.log(process.env.SST_STAGE)
+console.log("stage", process.env.SST_STAGE)
// https://astro.build/config
export default defineConfig({