Skip to content

Commit

Permalink
refactor: create a separate directory for guild link previews
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Dec 2, 2024
1 parent d281df0 commit 9a2d692
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/api/linkpreview/[timestamp]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const config = {

const interFont = loadGoogleFont("Inter", "400")
const dystopianFont = fetch(
new URL("../../../../../public/fonts/Dystopian-Black.woff", import.meta.url)
new URL("../../../../../../public/fonts/Dystopian-Black.woff", import.meta.url)
).then((res) => res.arrayBuffer())

const handler = async (req, _) => {
Expand Down

0 comments on commit 9a2d692

Please sign in to comment.