Skip to content

Commit

Permalink
tweaked github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brklntmhwk committed Mar 7, 2024
1 parent 36ea99c commit 5fbc993
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig } from 'astro/config'
import mdx from '@astrojs/mdx'
import sitemap from '@astrojs/sitemap'
import purgecss from 'astro-purgecss'
import cloudflare from '@astrojs/cloudflare'
// import cloudflare from '@astrojs/cloudflare'
import remarkGfm from 'remark-gfm'
import remarkMath from 'remark-math'
import rehypeKatex from 'rehype-katex'
Expand All @@ -24,8 +24,8 @@ export default defineConfig({
}),
tailwind(),
],
output: 'hybrid',
adapter: cloudflare(),
// output: 'hybrid',
// adapter: cloudflare(),
markdown: {
syntaxHighlight: false,
remarkPlugins: [remarkMath, remarkGfm],
Expand Down

0 comments on commit 5fbc993

Please sign in to comment.