Skip to content

Commit 569a71f

Browse files
authored
Merge branch 'main' into settings-component
2 parents edd3ddd + 2f7b49e commit 569a71f

File tree

15 files changed

+1349
-176
lines changed

15 files changed

+1349
-176
lines changed

astro.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import mdx from "@astrojs/mdx";
44
import tailwind from "@astrojs/tailwind";
55
import serviceWorker from "astrojs-service-worker";
66
import fast from "./src/scripts/fast-compress";
7+
import mermaid from 'astro-mermaid';
78

89
// Allow skipping compression step for faster test build times
910
// DO NOT SKIP COMPRESSION FOR DEPLOYMENT!
@@ -20,6 +21,7 @@ export default defineConfig({
2021
site: 'https://p5js.org',
2122
compressHTML: false,
2223
integrations: [
24+
mermaid({autoTheme: true}),
2325
preact({
2426
compat: true,
2527
}),

0 commit comments

Comments
 (0)