Skip to content

finalize landing page & fix og images #1742

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ typings/
# dotenv environment variable files
.env*

!static/img/__og-image/
!static/img/__og-image/**
static/img/__og-image/*
!static/img/__og-image/*.png
!static/img/__og-image/**/*.png

# Mac files
.DS_Store
Expand Down
4 changes: 3 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ import nextra from "nextra"
import path from "node:path"
import withLess from "next-with-less"
import { remarkGraphiQLComment } from "./src/remark-graphiql-comment.js"
import vercelJSON from "./vercel.json" assert { type: "json" }
import fs from "fs"

const vercelJSON = JSON.parse(fs.readFileSync("./vercel.json", "utf-8"))

const withNextra = nextra({
theme: "nextra-theme-docs",
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added public/img/__og-image/2024/ango@bol.com.png
Binary file added public/img/__og-image/2024/ankita25.png
Binary file added public/img/__og-image/2024/ankush9.png
Binary file added public/img/__og-image/2024/antoine.carossio.png
Binary file added public/img/__og-image/2024/arkenflame.png
Binary file added public/img/__og-image/2024/badurinadenis.png
Binary file added public/img/__og-image/2024/benjie3.png
Binary file added public/img/__og-image/2024/bleigh@google.com.png
Binary file added public/img/__og-image/2024/cfp@escape.tech.png
Binary file added public/img/__og-image/2024/erikwrede2.png
Binary file added public/img/__og-image/2024/gabrielschulhof.png
Binary file added public/img/__og-image/2024/hello2358.png
Binary file added public/img/__og-image/2024/jeff.auriemma.png
Binary file added public/img/__og-image/2024/kamilkisiela.png
Loading