Giovanni Carnel
Results
2
comments of
Giovanni Carnel
*…this works for css…* assets in `public` folder ``` public/fonts/Font.otf ``` in `css`, `./` dot prefix the path ``` @font-face { src: url("./fonts/Font.otf") format("opentype"); } ``` in `vite.config`, build lib...
(bump) any updates ? Observed that by default, the build artifacts contain a `static` and `compute` folder. But when `assetPrefix` is set in nextConfig, the `static` folder is missing from...