Candido Sales Gomes

Results 12 comments of Candido Sales Gomes

I lost 2 hours trying to find this bug ... Thank you!

I have same problem

More fonts here: https://github.com/powerline/fonts

@sauloquirino what's the version of the package? Answer: https://github.com/reactwg/react-18/discussions/9

It's working! Thanks! :) ```bash npm install react@alpha react-dom@alpha ```

@elliotsabitovsulzer where you adding this code snippet? which file?

I have same problem =/

I found a good solution ... ```javascript "scripts": { "postbuild": "npx svelte-sitemap --out-dir .vercel/output/static --domain https://yourdomain.com; cp .vercel/output/static/sitemap.xml static/sitemap.xml" } ``` ![CleanShot 2023-02-16 at 22 14 19@2x](https://user-images.githubusercontent.com/186637/219540645-45a8cd9e-521e-4169-8ae6-980dbee71eee.png)

I'm trying to generate a new URL bundle as`/post/[cities[0].slug]/[slug]`, but it isn't working. I have a relationship ManyToMany between posts and cities. Could you help me?

Hi @boazpoolman , I'm working on it: https://github.com/boazpoolman/strapi-plugin-sitemap/pull/139