Add og image for experiments (#100)

* Add og image for experiments

* Update meta tags

* Fix prettier

* Add key to meta tags

* Remove ngrok from og:image
This commit is contained in:
arcticfly
2023-07-31 16:50:15 -07:00
committed by GitHub
parent 26b6fa4f0c
commit 51d64baae9
10 changed files with 340 additions and 51 deletions

View File

@@ -13,6 +13,7 @@ declare module "nextjs-routes" {
export type Route =
| StaticRoute<"/account/signin">
| DynamicRoute<"/api/auth/[...nextauth]", { "nextauth": string[] }>
| StaticRoute<"/api/experiments/og-image">
| DynamicRoute<"/api/trpc/[trpc]", { "trpc": string }>
| DynamicRoute<"/experiments/[id]", { "id": string }>
| StaticRoute<"/experiments">