Bence Szalai
Bence Szalai
Turns out this cannot be achieved inside `SPARenderer`, because the html is returned in [generator.js#L209](https://github.com/nuxt/nuxt.js/blob/dev/packages/generator/src/generator.js#L209) and immediately modified by HTML minifier here [generator.js#L215](https://github.com/nuxt/nuxt.js/blob/dev/packages/generator/src/generator.js#L215). So CSP hashes can only be calculated...
In fact, as you can see above the PR is incomplete. I didn't have the time back then to update the documentation and write tests, and my priorities have changed...
Thanks! It was a long time ago, but as far as i can remember i was interested in the SPA mode, probably thus I was looking at the part that...
My code does not control the filenames. I think you can customize the entry point file name in `nuxt.config.js`. The [default](https://nuxtjs.org/docs/configuration-glossary/configuration-generate/#fallback) value is `200.html` for the entry point. Actually the...
I don't use nuxt.js any more and cannot spare time to update it. Probably files have changed since this PR, so it is likely need to be reworked, also apparently...
All you need to do is modify [webpack.plugins.js](https://github.com/ericalli/static-site-boilerplate/blob/master/config/webpack.plugins.js#L59) to instead of using `path.basename(dir)` which throws away the directory path, extract the html "filename" from `dir` including the relative path compared...
This should do the heavy lifting, only need to be configured: https://github.com/BenceSzalai/webpack-static-i18n-plugin
I am happy to help when and where I can, and this applies to this repo as well as to forks, however I assume forking such a popular library would...
There is a setting called `JWT_REFRESH_TTL` or simply `refresh_ttl`, which defines how long the old token would be accepted for a refresh. Maybe check if it is configured correctly! Once...
Sorry, not, I've only used it with Laravel, where it worked fine. I just thought it may worth to check those settings.