chore: stats -> data

This commit is contained in:
Adam
2026-06-09 09:31:16 -05:00
parent 7c1e61af1e
commit b4a6419215
8 changed files with 52 additions and 23 deletions

View File

@@ -165,7 +165,7 @@ export const app = new sst.cloudflare.x.SolidStart("Stats", {
domain: `stats.${domain}`,
link: [database, EMAILOCTOPUS_API_KEY],
environment: {
PUBLIC_URL: `https://${domain}/stats`,
PUBLIC_URL: `https://${domain}/data`,
},
})