Create a Gatsby Portfolio Website
This is a test
Writing posts with Ghost ✍️
Discover familiar formatting options in a functional toolbar and the ability to add dynamic content seamlessly.

const result: DataType = await fetch('https://img.url');
const resultJson = await result.json;
console.log(resultJson);