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

@@ -40,7 +40,7 @@ const noOp = () => {};
*
* @see https://create.t3.gg/en/usage/trpc#-serverapitrpcts
*/
const createInnerTRPCContext = (opts: CreateContextOptions) => {
export const createInnerTRPCContext = (opts: CreateContextOptions) => {
return {
session: opts.session,
prisma,