Anson Heung

Results 12 issues of Anson Heung

This PR removes the unnecessary slash between the file path and the line number hash in `URL.get()`, for example: ```diff - https://github.com/foo/bar//blob/3c9b61a149384f0969526c96f6cf4d99eb0e44db/README.md/#L10 + https://github.com/foo/bar//blob/3c9b61a149384f0969526c96f6cf4d99eb0e44db/README.md#L10 no more slash here ☝ ```...

## Description Currently we deploy the application to Netlify 👇 https://github.com/AnsonH/plinko-game/blob/084cc5d482d7e2b7fcdd9e34b8800661d73a6e4b/.github/workflows/deploy.yml#L51 To my surprise, the website is getting more popular and it's starting to eat up my free 100GB/month bandwidth...

ci