Skip to content

Commit

Permalink
Keystatic: Fix config condition
Browse files Browse the repository at this point in the history
  • Loading branch information
tordans committed Nov 20, 2024
1 parent 4868ee7 commit f7fad64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const { ASTRO_OUTPUT_MODE, ASTRO_USE_NETLIFY_ADAPTER } = loadEnv(
export default defineConfig({
site: 'https://www.osm-verkehrswende.org/',
integrations: [
ASTRO_OUTPUT_MODE === 'hybrid' ? keystatic() : undefined,
ASTRO_OUTPUT_MODE === 'static' ? undefined : keystatic(),
tailwind({
// https://github.com/withastro/astro/tree/main/packages/integrations/tailwind#applybasestyles
applyBaseStyles: false,
Expand Down

0 comments on commit f7fad64

Please sign in to comment.