zeon-studio / astroplate

Astroplate is a free starter template built with Astro, TailwindCSS & TypeScript providing everything you need to jumpstart your Astro project. Get started with Astroplate and save yourself hours of work!
https://zeon.studio/preview?project=astroplate
MIT License
576 stars 176 forks source link

SSG not working #19

Closed jcarloscandela closed 1 year ago

jcarloscandela commented 1 year ago

I configured the site in Netlify and Vercel and the visualization is not working correctly, cannot load the styles. It only works when I am running the project using astro dev Any idea?

tfsomrat commented 1 year ago

Hey @jcarloscandela, try to change the base_url https://github.com/zeon-studio/astroplate/blob/7aa8bf8b49afe129f2bba30c0df0fad8902d3745/src/config/config.json#L4

jcarloscandela commented 1 year ago

Ty, I solved it