Skip to content

Commit 5c3c641

Browse files
committedDec 1, 2024
now it works
1 parent e2112fe commit 5c3c641

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎packages/demo/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ pnpm-debug.log*
1919

2020
# macOS-specific files
2121
.DS_Store
22-
.beoe
22+
public/beoe

‎packages/demo/astro.config.mjs

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ const cache = await getCache();
1313
// requerd for correct displaying mobile warning
1414
const className = "not-content";
1515
const conf = {
16-
// cache,
16+
cache,
1717
strategy: "f-img-class-dark-mode",
18+
// do not use .beoe for Netlify deployments
1819
fsPath: "public/beoe",
1920
webPath: "/beoe",
2021
};
@@ -48,7 +49,7 @@ export default defineConfig({
4849
[rehypeGraphviz, { cache, class: className }],
4950
[rehypeVizdom, { cache, class: className }],
5051
[rehypeMermaid, conf],
51-
[rehypeGnuplot, { ...conf, strategy: "f-img" }],
52+
[rehypeGnuplot, conf],
5253
[rehypeD2, conf],
5354
],
5455
},

0 commit comments

Comments
 (0)