Skip to content

Commit ef07b9e

Browse files
authored
finalize landing page & fix og images (#1742)
* fixes * fixes * generate OG images * fix links
1 parent 5f9e190 commit ef07b9e

File tree

345 files changed

+210
-17
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

345 files changed

+210
-17
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ typings/
4444
# dotenv environment variable files
4545
.env*
4646

47-
!static/img/__og-image/
47+
!static/img/__og-image/**
4848
static/img/__og-image/*
49-
!static/img/__og-image/*.png
49+
!static/img/__og-image/**/*.png
5050

5151
# Mac files
5252
.DS_Store

next.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ import nextra from "nextra"
44
import path from "node:path"
55
import withLess from "next-with-less"
66
import { remarkGraphiQLComment } from "./src/remark-graphiql-comment.js"
7-
import vercelJSON from "./vercel.json" assert { type: "json" }
7+
import fs from "fs"
8+
9+
const vercelJSON = JSON.parse(fs.readFileSync("./vercel.json", "utf-8"))
810

911
const withNextra = nextra({
1012
theme: "nextra-theme-docs",
File renamed without changes.
File renamed without changes.
File renamed without changes.
382 KB
331 KB
347 KB
338 KB
383 KB
327 KB
371 KB
357 KB
379 KB
362 KB
369 KB
369 KB
359 KB
354 KB
331 KB
307 KB
386 KB
320 KB
330 KB
317 KB
348 KB
382 KB
371 KB
357 KB
391 KB
340 KB
316 KB

0 commit comments

Comments
 (0)