Skip to content

Commit

Permalink
Removed dynamic og image
Browse files Browse the repository at this point in the history
  • Loading branch information
onmax committed Sep 29, 2023
1 parent 9ea21a3 commit 35f1c15
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 98 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
<meta property="og:url" content="https://map.nimiq.com/" />
<meta property="og:title" content="Places to Buy with Crypto and ATMs Worldwide - Nimiq Crypto Map."/>
<meta property="og:description" content="Discover the best places to buy with crypto. Find crypto-friendly locations worldwide in our map. Start spending your crypto today!"/>
<meta property="og:image" content="https://mycbdmurjytbdahjljoh.supabase.co/functions/v1/og-image"/>
<meta property="og:image" content="https://mycbdmurjytbdahjljoh.supabase.co/storage/v1/object/public/og-image/og-image.jpg"/>
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="630"/>

<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://map.nimiq.com/" />
<meta property="twitter:title" content="Places to Buy with Crypto and ATMs Worldwide - Nimiq Crypto Map." />
<meta property="twitter:description" content="Discover the best places to buy with crypto. Find crypto-friendly locations worldwide in our map. Start spending your crypto today!" />
<meta property="twitter:image" content="https://mycbdmurjytbdahjljoh.supabase.co/functions/v1/og-image" />
<meta property="twitter:image" content="https://mycbdmurjytbdahjljoh.supabase.co/storage/v1/object/public/og-image/og-image.jpg" />

<script src="https://www.google.com/recaptcha/api.js?render=6LcO2dkiAAAAANkaJGifMqRzxVmaXc1hqMQw8bk8" id="recaptcha-script" async></script>
<style>
Expand Down
4 changes: 1 addition & 3 deletions supabase/deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
"lock": false,
"tasks": {
"cluster:dev": "deno run --allow-read --allow-net ./functions/compute-markers/index.ts --import-map supabase/import_map.json --allow-env=SUPABASE_URL,SUPABASE_ANON_KEY",
"cluster:deploy": "npx supabase functions deploy compute-markers --import-map supabase/import_map.json",
"og:dev": "npx supabase functions serve og-image --no-verify-jwt --env-file .env --import-map supabase/import_map.json",
"og:deploy": "npx supabase functions deploy og-image --no-verify-jw --import-map supabase/import_map.json"
"cluster:deploy": "npx supabase functions deploy compute-markers --import-map supabase/import_map.json"
}
}
86 changes: 0 additions & 86 deletions supabase/functions/og-image/handler.tsx

This file was deleted.

7 changes: 0 additions & 7 deletions supabase/functions/og-image/index.ts

This file was deleted.

0 comments on commit 35f1c15

Please sign in to comment.