Skip to content

Commit

Permalink
disable contentCache
Browse files Browse the repository at this point in the history
  • Loading branch information
torn4dom4n authored Nov 17, 2023
1 parent ee4d0e9 commit 71b3e7a
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
@@ -8,9 +8,9 @@ import rehypeMathJax from 'rehype-mathjax'
export default defineConfig({
site: process.env.CI ? 'https://area4.github.io' : 'http://localhost:4321',
base: '/starlight-tailwind-template',
experimental: {
contentCollectionCache: true,
},
// experimental: {
// contentCollectionCache: true,
// },
markdown: {
remarkPlugins: [remarkMath],
rehypePlugins: [rehypeMathJax],

0 comments on commit 71b3e7a

Please sign in to comment.