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
I'm not sure where exactly to post this or if it's still relevant. Though I remember in some recent video I watched (not sure if codeponder or something else), you were talking about deploying monorepo frontend to Netlify and experienced some issues where you had to clear cache or something.
In case you still have the same issue, I found out that you need to create a netlify.toml file in the root directory and override some things to avoid the issue. I came across it through this article on dev.to. Check the section of Configuring Base Directory.
They also talk about it in the Netlify docs, thought it's a bit hidden. Check it here
Anyway, if you are still having the Netlify issue, this might solve it. If I'm too late, maybe it can still be helpful for someone else.
Cheers!
(Awesome videos and hope you get back to Codeponder livestreams soon)
The text was updated successfully, but these errors were encountered:
Hey Ben,
I'm not sure where exactly to post this or if it's still relevant. Though I remember in some recent video I watched (not sure if codeponder or something else), you were talking about deploying monorepo frontend to Netlify and experienced some issues where you had to clear cache or something.
In case you still have the same issue, I found out that you need to create a
netlify.toml
file in the root directory and override some things to avoid the issue. I came across it through this article on dev.to. Check the section of Configuring Base Directory.They also talk about it in the Netlify docs, thought it's a bit hidden. Check it here
Anyway, if you are still having the Netlify issue, this might solve it. If I'm too late, maybe it can still be helpful for someone else.
Cheers!
(Awesome videos and hope you get back to Codeponder livestreams soon)
The text was updated successfully, but these errors were encountered: