Skip to content

Commit

Permalink
for some reason it doesn't work in Netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
stereobooster committed Dec 1, 2024
1 parent a87f702 commit 58e01c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/demo/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const cache = await getCache();
const className = "not-content";
const conf = {
cache,
strategy: "f-img-class-dark-mode",
strategy: "img-class-dark-mode",
fsPath: "public/.beoe",
webPath: "/.beoe",
};
Expand Down Expand Up @@ -48,7 +48,7 @@ export default defineConfig({
[rehypeGraphviz, { cache, class: className }],
[rehypeVizdom, { cache, class: className }],
[rehypeMermaid, conf],
[rehypeGnuplot, { ...conf, strategy: "f-img" }],
[rehypeGnuplot, { ...conf, strategy: "img" }],
[rehypeD2, conf],
],
},
Expand Down

0 comments on commit 58e01c9

Please sign in to comment.