Blog using react and unsplash api to add pictures
to use your unsplash api key:
create a file named apikey.ts inside 'src' folder, inside this file put the following code and change to your real api key:
const apikey = {
unsplash: "<yourApiKey>",
};
export default apikey;