Hello,
I have some dynamic pages generated through slug url (/city-[a-z]+) , then I call an API for retrieve content to this ID (somes real estate ads). I would like add specific text for each page but I don't know what is the best solution for that.
Some ideas :
- Create a specific Mysql tabe for record text for each cities, but I think it is not optimal.
- Create content.md for each cities, but I don't know where to save them and how. (And is it efficient to generate hundreds of files ?)
Thank you for replies.