fix(stats): serve stats og image from banner

This commit is contained in:
Adam
2026-06-03 10:53:07 -05:00
parent f4851e3bd9
commit d08fedaccc
5 changed files with 14 additions and 7 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://stats.${domain}/stats`,
PUBLIC_URL: `https://${domain}/stats`,
},
})