Skip to content

Commit

Permalink
Merge pull request #1 from RustLangES/fix_cloudflare
Browse files Browse the repository at this point in the history
Use static generation instead of server
  • Loading branch information
Wilovy09 authored Oct 11, 2024
2 parents 2ab0196 + cdfe1d7 commit 6cbaa93
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 129 deletions.
9 changes: 1 addition & 8 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
import { defineConfig } from 'astro/config';
import tailwind from '@astrojs/tailwind';

import cloudflare from '@astrojs/cloudflare';

// https://astro.build/config
export default defineConfig({
output: 'server',
output: 'static',
integrations: [tailwind()],
adapter: cloudflare({
platformProxy: {
enabled: false
}
})
});
Binary file modified bun.lockb
Binary file not shown.
Loading

0 comments on commit 6cbaa93

Please sign in to comment.