Spotify-Readme icon indicating copy to clipboard operation
Spotify-Readme copied to clipboard

fix: #25 dependencies and feat: #10 redirect to current song

Open 42willow opened this issue 1 year ago • 3 comments

PR #16 works fine locally but doesn't work on Vercel.

Adding this: vercel.json

{
    "routes": [{
        "src": "/api/(.*)",
        "dest": "api/index.py"
    }]
}

fixed the issue

Working deployment: https://spotify-readme-8i1rak5nw-42willows.vercel.app/api

42willow avatar May 12 '24 02:05 42willow

@42Willow is attempting to deploy a commit to the tthn0's projects Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar May 12 '24 02:05 vercel[bot]

@dedomil

42willow avatar May 12 '24 03:05 42willow

This looks better, will close my pull request as this one works as expected!

xydv avatar May 12 '24 05:05 xydv

The outdated dependencies and #10 will be addressed in the next commit.

tthn0 avatar Jul 21 '24 17:07 tthn0