Add config fix (adapter)
This commit is contained in:
parent
dfe140aff7
commit
31732d87ac
|
|
@ -9,6 +9,7 @@ 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 cloudflare from "@astrojs/cloudflare";
|
||||||
|
import github from "@astrojs/github";
|
||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
|
|
@ -19,6 +20,7 @@ export default defineConfig({
|
||||||
prefetchAll: true
|
prefetchAll: true
|
||||||
},
|
},
|
||||||
//adapter: cloudflare(),
|
//adapter: cloudflare(),
|
||||||
|
adapter: github(),
|
||||||
integrations: [react(), sitemap(), tailwind({
|
integrations: [react(), sitemap(), tailwind({
|
||||||
config: {
|
config: {
|
||||||
applyBaseStyles: false
|
applyBaseStyles: false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue