Compare commits
1 commit
96bb222ff0
...
775036225c
Author | SHA1 | Date | |
---|---|---|---|
775036225c |
3 changed files with 168 additions and 636 deletions
|
@ -7,5 +7,5 @@ import cloudflare from "@astrojs/cloudflare";
|
|||
export default defineConfig({
|
||||
integrations: [tailwind()],
|
||||
output: "server",
|
||||
adapter: cloudflare(),
|
||||
adapter: cloudflare({ mode: 'directory' })
|
||||
});
|
800
package-lock.json
generated
800
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/cloudflare": "^10.0.0",
|
||||
"@astrojs/cloudflare": "^9.0.0",
|
||||
"@astrojs/tailwind": "^5.0.0",
|
||||
"@tailwindcss/typography": "^0.5.10",
|
||||
"astro": "^4.0.6",
|
||||
|
|
Loading…
Reference in a new issue