Add config fix (revert last commit)
This commit is contained in:
parent
31732d87ac
commit
e678e1b270
|
|
@ -8,8 +8,6 @@ import remarkCollapse from "remark-collapse";
|
|||
import remarkToc from "remark-toc";
|
||||
import rehypeKatex from "rehype-katex";
|
||||
import remarkMath from "remark-math";
|
||||
//import cloudflare from "@astrojs/cloudflare";
|
||||
import github from "@astrojs/github";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
|
|
@ -19,8 +17,6 @@ export default defineConfig({
|
|||
prefetch: {
|
||||
prefetchAll: true
|
||||
},
|
||||
//adapter: cloudflare(),
|
||||
adapter: github(),
|
||||
integrations: [react(), sitemap(), tailwind({
|
||||
config: {
|
||||
applyBaseStyles: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue