#Added Netlify adapter. Now, none of the content loads
12 messages ยท Page 1 of 1 (latest)
If your site is completely statically built then you don't actually need the netlify adapter https://docs.astro.build/en/guides/deploy/netlify/#static-site Are you trying to use SSR?
In general, a bit more information would be useful, ideally a stackblitz repro
At least your astro config would be a good start
@fringe lion OK. I didn't include the stackblitz because I thought if it was a local issue that wouldn't show anything? Am I missing what it does?
Astro v4.8.4
Node v20.13.1
System Linux (x64)
Package Manager unknown
Output static
Adapter none
Integrations <@&1055234544183287879>/tailwind
<@&1055234544183287879>/react
<@&1055234544183287879>/sitemap
<@&1055234544183287879>/mdx
Ah sorry, I meant your astro.config.js ๐ To see how you configured the netlify adapter. Again, if this is all static, you don't actually need it so I would recommend removing it again in that case
Adapter none
In any event, I've made a bit of progress in debugging. Winded back to before installing the Netlify adapter with Git. Now I'm back to the original problem which was that the last blog I created refuses to render after npm run build. But ... I can try figure that out tomorrow ... better than a non-functional site!
Thanks for the help!
you haven't actually configured the netlify adapter ๐
Yeah sorry, this is my current config from after rolling back on Git to before installing the adapter
Oh ok all good then