diff --git a/README.md b/README.md index e2a7945c..0736d3f1 100644 --- a/README.md +++ b/README.md @@ -54,3 +54,7 @@ Check out the [advanced contributing guide](./CONTRIBUTING.md). ## Security If you have a security issue to report, please contact us at [security@prisma.io](mailto:security@prisma.io?subject=[GitHub]%20Prisma%20Security%20Report%20Go&cc=contact@luca-steeb.com) + +## Thanks + +[![Powered By Vercel](https://images.ctfassets.net/e5382hct74si/78Olo8EZRdUlcDUFQvnzG7/fa4cdb6dc04c40fceac194134788a0e2/1618983297-powered-by-vercel.svg)](https://vercel.com/?utm_source=prisma-client-go&utm_campaign=oss) diff --git a/docs/theme.config.tsx b/docs/theme.config.tsx index ec12d13d..a99723ca 100644 --- a/docs/theme.config.tsx +++ b/docs/theme.config.tsx @@ -1,3 +1,4 @@ +import Image from 'next/image' import { DocsThemeConfig } from 'nextra-theme-docs' export default { @@ -13,12 +14,25 @@ export default { docsRepositoryBase: 'https://github.com/steebchen/prisma-client-go/tree/main/docs', footer: { text: ( - - All source code and content licensed under  - - Apache 2.0 - - + <> +
+ All source code and content licensed under  + + Apache 2.0 + +
+ +
+ + Powered by Vercel + +
+ ), }, useNextSeoProps() {