Skip to content

Commit

Permalink
Merge pull request #127 from scroll-tech/dark-mode
Browse files Browse the repository at this point in the history
Dark mode
  • Loading branch information
dghelm authored Dec 12, 2023
2 parents b2124ca + 709ec20 commit 6815706
Show file tree
Hide file tree
Showing 63 changed files with 1,072 additions and 255 deletions.
5 changes: 5 additions & 0 deletions astro.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { defineConfig } from "astro/config"
import preact from "@astrojs/preact"
import react from "@astrojs/react"
import svgr from "vite-plugin-svgr"
import astroI18next from "astro-i18next"
import { astroCallouts, asideAutoImport } from "./integrations/astro-callouts"
import { solidityRemixCode, codeSampleAutoImport } from "./integrations/solidity-remix"
Expand Down Expand Up @@ -32,6 +33,7 @@ export default defineConfig({
preact({
compat: true,
}),

sitemap({
changefreq: "daily",
}),
Expand All @@ -47,6 +49,9 @@ export default defineConfig({
}),
astroI18next(),
],
vite: {
plugins: [svgr()],
},
markdown: {
drafts: true,
remarkPlugins: [remarkMath, remarkGfm],
Expand Down
Loading

0 comments on commit 6815706

Please sign in to comment.