Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Mar 11, 2024
1 parent 954ac66 commit 9ae659f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/sst.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default $config({
new sst.aws.Router("TelemetryRouter", {
domain: "telemetry." + domain,
routes: {
"/*": "us-assets.i.posthog.com",
"/*": "https://us-assets.i.posthog.com",
},
});
},
Expand Down

0 comments on commit 9ae659f

Please sign in to comment.