You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See I had made my whole website on my localhost using flask. Now I want to deploy it on Vercel. How do I link all the files ? Like normally in Flask we have static and templates but if I put it either in api folder and link in index.py or just put them out of the api folder and link like this ../static/index.html it doesn't works. And if I want to link css how to do it ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
See I had made my whole website on my localhost using flask. Now I want to deploy it on Vercel. How do I link all the files ? Like normally in Flask we have static and templates but if I put it either in api folder and link in index.py or just put them out of the api folder and link like this
../static/index.html
it doesn't works. And if I want to link css how to do it ?Beta Was this translation helpful? Give feedback.
All reactions