Skip to content

Commit

Permalink
fix: remove faulty cache headers
Browse files Browse the repository at this point in the history
  • Loading branch information
brckd committed Feb 19, 2025
1 parent 8e76c9d commit b1e68db
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,9 @@ export default defineConfig({
integrations: [mdx(), sitemap()],
adapter:
adapter === "netlify"
? netlify({
cacheOnDemandPages: true,
})
? netlify()
: adapter === "vercel"
? vercel({
isr: true,
})
? vercel()
: undefined,
vite: {
plugins: [
Expand Down

0 comments on commit b1e68db

Please sign in to comment.