last commit before switching to nextjs
All checks were successful
Build and Deploy Astro Site / deploy (push) Successful in 24s

This commit is contained in:
2025-09-04 13:26:39 +02:00
parent 5bdf09b9e1
commit 5dd3524aa3
18 changed files with 673 additions and 149 deletions

View File

@@ -3,7 +3,6 @@ import { defineConfig } from 'astro/config'
import react from '@astrojs/react'
import markdoc from '@astrojs/markdoc'
// Only import keystatic and node in development
let keystatic, node
if (process.env.NODE_ENV !== 'production') {