diff --git a/apps/web/netlify/edge-functions/og.tsx b/apps/web/netlify/edge-functions/og.tsx index 45b90d0e6f..da42e64e1f 100644 --- a/apps/web/netlify/edge-functions/og.tsx +++ b/apps/web/netlify/edge-functions/og.tsx @@ -1,3 +1,5 @@ +// deno-lint-ignore no-import-prefix no-unused-vars +import React from "https://esm.sh/react@18.2.0"; // deno-lint-ignore no-import-prefix import { ImageResponse } from "https://deno.land/x/og_edge@0.0.6/mod.ts"; // deno-lint-ignore no-import-prefix diff --git a/dprint.json b/dprint.json index 15fb626295..7247636f94 100644 --- a/dprint.json +++ b/dprint.json @@ -30,7 +30,8 @@ "**/migrations/**", "**/tests/*.sql", "**/charts/**", - "**/schema.json" + "**/schema.json", + "**/netlify/edge-functions" ], "exec": { "cwd": "${configDir}",