chore: stats -> data

This commit is contained in:
Adam
2026-06-09 09:31:16 -05:00
parent 629cb97886
commit 8c595f97ab
8 changed files with 52 additions and 23 deletions
+1 -1
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`,
},
})