We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf1b730 commit 4f8cf90Copy full SHA for 4f8cf90
apps/web/netlify/edge-functions/og.tsx
@@ -1,3 +1,5 @@
1
+// deno-lint-ignore no-import-prefix no-unused-vars
2
+import React from "https://esm.sh/react@18.2.0";
3
// deno-lint-ignore no-import-prefix
4
import { ImageResponse } from "https://deno.land/x/og_edge@0.0.6/mod.ts";
5
dprint.json
@@ -30,7 +30,8 @@
30
"**/migrations/**",
31
"**/tests/*.sql",
32
"**/charts/**",
33
- "**/schema.json"
+ "**/schema.json",
34
+ "**/netlify/edge-functions"
35
],
36
"exec": {
37
"cwd": "${configDir}",
0 commit comments