Compare commits
13 commits
775036225c
...
96bb222ff0
Author | SHA1 | Date | |
---|---|---|---|
96bb222ff0 | |||
37b312b65e | |||
9e3a559aed | |||
9ddf642dc0 | |||
5d75937cac | |||
b122db9cc1 | |||
a41fe8df3d | |||
aa010cfa6d | |||
f6ee2a5764 | |||
7f02e6dc2b | |||
5c5d7070ea | |||
740cbc29ed | |||
7693f2d1f8 |
3 changed files with 640 additions and 172 deletions
|
@ -7,5 +7,5 @@ import cloudflare from "@astrojs/cloudflare";
|
|||
export default defineConfig({
|
||||
integrations: [tailwind()],
|
||||
output: "server",
|
||||
adapter: cloudflare({ mode: 'directory' })
|
||||
adapter: cloudflare(),
|
||||
});
|
808
package-lock.json
generated
808
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/cloudflare": "^9.0.0",
|
||||
"@astrojs/cloudflare": "^10.0.0",
|
||||
"@astrojs/tailwind": "^5.0.0",
|
||||
"@tailwindcss/typography": "^0.5.10",
|
||||
"astro": "^4.0.6",
|
||||
|
|
Loading…
Reference in a new issue