Hello everyone, good afternoon. I am a new Astro user. I am trying to import the content and also the styling of my website that is on WordPress to my Astro project. I was able to retrieve the data via API. However, I am having difficulties styling the website. Both the photos and the website's visuals are not coming. I will post the error and leave the code. If so, please help me. I am very grateful.
#Fetching Style and Images
2 messages · Page 1 of 1 (latest)
You are not writing valid html. You need <html>, <head> and <body> tags.
https://docs.astro.build/en/basics/layouts/