Tuan Kiet Tran
Tuan Kiet Tran
In `components/Comments.jsx` **line 14**: If we don't add `slug` to `[]`, the comments won't display until we refresh the page. Solution: add `slug` to `[]` like this: **from** ``` useEffect(()...
In `/services/index.js` file, let change the `raw` in `content` of `getPostDetails` function to `html` (**line 76**): Detail: **from** ``` export const getPostDetails = async (slug) => { const query =...
This is the error:  Running locally is fine but production. Please fix this asap! Thank you so much!
### What happened? I want to customize displaying ads (if user clicks ads twice, the ads will be gone), but on iOS, the onAdOpened doesn't fire any event or reaction....