Skip to content

Commit 0bb4760

Browse files
authored
Update BASE_URL for ogImage function
1 parent f176d79 commit 0bb4760

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/util/ogImage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const BASE_URL = 'https://8v0frmzqj20.map.azionedge.net';
1+
const BASE_URL = 'https://anp9wamula0.map.azionedge.nett';
22

33
export default function ogImage(title: string, description: string, type: string = 'dotGrid') {
44
return `${BASE_URL}?title=${encodeURIComponent(title)}&subtitle=${encodeURIComponent(

0 commit comments

Comments
 (0)