Compare commits

..

1 commit

Author SHA1 Message Date
775036225c Update dependency astro to v4.5.11 2024-03-28 18:02:11 +00:00
3 changed files with 168 additions and 636 deletions

View file

@ -7,5 +7,5 @@ import cloudflare from "@astrojs/cloudflare";
export default defineConfig({ export default defineConfig({
integrations: [tailwind()], integrations: [tailwind()],
output: "server", output: "server",
adapter: cloudflare(), adapter: cloudflare({ mode: 'directory' })
}); });

800
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/cloudflare": "^10.0.0", "@astrojs/cloudflare": "^9.0.0",
"@astrojs/tailwind": "^5.0.0", "@astrojs/tailwind": "^5.0.0",
"@tailwindcss/typography": "^0.5.10", "@tailwindcss/typography": "^0.5.10",
"astro": "^4.0.6", "astro": "^4.0.6",