Migrating simple existing content including styles (Nuxt 3) to Nuxt Content
I have a simple website that needs a sort of CMS required (Nuxt Content): https://github.com/aligu7/vagifguliyev_nuxt I want to add .md files for data usage, and put them in .vue files, i am gonna use .md files to data storage and .vue files for styling putting everything in place or however you do that in Nuxt Content. I read the docs but didn't get how to migrate my current website to Nuxt Content. I need a professional way to do it.