| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
* `images.domains` has been replaced with `images.remotePatterns`
* remove `experimental.scrollRestoration` (I don't find the doc anymore
and removing it seems to change nothing so I assume we don't need it
now)
|
| |
|
|
|
|
| |
In my opinion, next/core-web-vitals rules are too loose so I added
a custom config to improve code consistency and to enforce best
practices.
|
| | |
|
| |
|
|
|
| |
The Next config has also been updated: the experimental config
`outputStandalone` is no longer experimental.
|
| |
|
|
| |
Some webm video was not loaded because of Content Security Policy.
|
| |
|
|
|
|
| |
It will be useful with Docker. Instead of cloning the project with a
different configuration, I can manage two different configuration
thanks to dotenv and some checking inside the app.
|
| |
|
|
|
|
|
|
|
|
|
| |
* build: add experimental feature outputStandalone
With this option, Next.js can create a standalone folder with the
necessary files for a production deployment. It will be useful for
Docker deployment.
* chore: add Docker configuration
* docs: update README with Docker instructions
|
| | |
|
| | |
|
| |
|
|
|
| |
I do not use all Matomo features so I was searching a lightweight
analytics tools. I will give a try to Ackee.
|
| |
|
|
|
| |
It seems Matomo need to be declared at least in connect-src in addition
to script-src.
See: https://fr.matomo.org/faq/general/faq_20904/
|
| | |
|
| |
|
|
|
| |
I also renamed and changed the format of some environment variables so
I can reuse them inside the CSP security header.
|
| |
|
|
|
|
|
| |
I don't know if I misunderstand the purpose of no-parser but I can't
get it to work with strings containing a variable or plurals. They are
always fallback to the english message. So I decided to disable this
config.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
The previous method was not working so I tried a different approach.
Translation is loaded but I'm still getting warnings:
* Plurals for locale undefined aren't loaded
* Text content did not match
I can't figure how to fix them...
|
| |
|
|
|
|
| |
It would be nice to restore focus as well, but it seems I can not
retrieve which posts was click on history back. I should find an
alternative later.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|