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 remarkToc from "remark-toc";
|
||||||
import rehypeKatex from "rehype-katex";
|
import rehypeKatex from "rehype-katex";
|
||||||
import remarkMath from "remark-math";
|
import remarkMath from "remark-math";
|
||||||
//import cloudflare from "@astrojs/cloudflare";
|
|
||||||
import github from "@astrojs/github";
|
|
||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
|
|
@ -19,8 +17,6 @@ export default defineConfig({
|
||||||
prefetch: {
|
prefetch: {
|
||||||
prefetchAll: true
|
prefetchAll: true
|
||||||
},
|
},
|
||||||
//adapter: cloudflare(),
|
|
||||||
adapter: github(),
|
|
||||||
integrations: [react(), sitemap(), tailwind({
|
integrations: [react(), sitemap(), tailwind({
|
||||||
config: {
|
config: {
|
||||||
applyBaseStyles: false
|
applyBaseStyles: false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue