Skip to content

Commit

Permalink
Update image URL to use edgapbridger-image.png
Browse files Browse the repository at this point in the history
  • Loading branch information
GritnotGit committed May 26, 2024
1 parent 8a790c6 commit 1ba7a0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env.local
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NEXT_PUBLIC_URL=http://localhost:3000
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { getFrameMetadata } from '@coinbase/onchainkit/frame';
import type { Metadata } from 'next';
import { NEXT_PUBLIC_URL } from './config';
import { NEXT_PUBLIC_URL } from './config'; // Stelle sicher, dass diese Variable korrekt importiert wird

const frameMetadata = getFrameMetadata({
buttons: [
Expand Down

0 comments on commit 1ba7a0c

Please sign in to comment.