Skip to content

Commit

Permalink
Try fixing image loading issue
Browse files Browse the repository at this point in the history
  • Loading branch information
trogers1 committed Jan 7, 2025
1 parent ae046f4 commit e95509f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vercel/output/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"dest": "/favicon.ico"
},
{
"src": "/assets/(.*)",
"dest": "/assets/$1"
"src": "/(.*)",
"dest": "/$1"
},
{
"src": "/(.*)",
Expand Down

0 comments on commit e95509f

Please sign in to comment.