Giovanni Ruggieri

Results 5 comments of Giovanni Ruggieri

Have you tried using relative paths? Like starting with './' instead of just '/'?

Having the same flash of unstyled content (FOUC) problem. Waiting for a Messiah.

This worked: - Add a '?url' to the css import: `import CSS from '../app.css?url'` - Add this line to the Route object head: `links: [{ rel: 'stylesheet', href: CSS }]`...