I have build a website that is a cook book. I want to store recipies as data in one json file. What is the right code to import parts of that json file in to another file (fx starters.astro)
So to specyfy my question(s):
- Where do I store my json file?
- How do I import?
- Where do I import?
My goal is when I click starters > something it will take me to blog post layout with data suplied from json.