Skip to content
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions apps/web/netlify/edge-functions/og.tsx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"**/migrations/**",
"**/tests/*.sql",
"**/charts/**",
"**/schema.json"
"**/schema.json",
"**/netlify/edge-functions"
],
"exec": {
"cwd": "${configDir}",
Expand Down
Loading