Skip to content

Commit eaaf768

Browse files
docs: Proposal for editor basics docs changes (#594)
* Added proposals for editor basics docs changes * Addressed editor basics TODOs * fix build * fix * Updated editor api links * generate + clean some comments * fix? * disable og * docs review (#596) * docs review * Fixed PR feedback --------- Co-authored-by: Matthew Lipski <[email protected]> --------- Co-authored-by: yousefed <[email protected]>
1 parent 6fe628a commit eaaf768

File tree

80 files changed

+1445
-794
lines changed

Some content is hidden

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

80 files changed

+1445
-794
lines changed

docs/api/og.tsx renamed to docs/api/og.tsx.bak

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
import { ImageResponse } from "@vercel/og";
2-
import React from "react";
32

43
export const config = {
54
runtime: "edge",
65
};
76

87
const font = fetch(
9-
new URL("../docs/public/fonts/Gilroy-Regular.ttf", import.meta.url)
8+
new URL("../../assets/fonts/Gilroy-Regular.ttf", import.meta.url),
109
).then((res) => res.arrayBuffer());
1110

1211
export default async function handler(request: { url: string }) {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)