Infra: use Astro component

This commit is contained in:
Frank
2025-06-07 23:46:53 -04:00
parent cdbdb96218
commit 028d589ea0
7 changed files with 235 additions and 51 deletions

View File

@@ -7,7 +7,7 @@ import "sst"
declare module "sst" {
export interface Resource {
"Web": {
"type": "sst.cloudflare.StaticSite"
"type": "sst.cloudflare.Astro"
"url": string
}
}