#Just deployed my first personal website using t...
1 messages · Page 1 of 1 (latest)
ooo will change that tomorrow, thank you!
also noting this for myself
- replace img at tab
- fix current song (displays song played upon deployment)
Don't really know the goal of the website so find give any feedback in terms of structure and content.
But I noticed some console messages, which looks to be debug messages are showing up in PROD, may be clear those up? Or you may consider using removeConsole if you do wish to keep the debug messages during DEV.
https://nextjs.org/docs/architecture/nextjs-compiler#remove-console
Nice! I would definitely use a html { overflow-y: scroll } to avoid the flickering when switching to the longer pages
ohhh thank you, never thought of that!
it’s just a personal website i made so i have something to link when applying to internships 😹 i hope to feature future projects that i’ll be deploying so that it can act as a portfolio as well
and yeah i will get those removed, i had used them (i forget why) when i was getting everything set up, thanks for your advice!
i greatly appreciate all of yall for giving me input, as a noob ik i have a lot to learn 🫡
I got kind of inspired by your music page, needed my own :p https://leonlarsson.com/music
Check out the music I listen to.
that’s clean!!! is your code open source? my current listening to thing is broken and only shows the song that was playing when i deployed it
And I'm actuallt having the same issue when I am using my CurrentTrack component in my root page
Some discussions on that here: #discussions message
Make sure you're not caching your request to Spotify
did that fix it for you?
My issue was something else (not wrapping some server components in Suspense made my front page static I think)