Infra: use Astro component

This commit is contained in:
Frank
2025-06-07 23:46:53 -04:00
parent 37929c6bc2
commit 79f839215f
7 changed files with 235 additions and 51 deletions
+1 -1
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
}
}