chore(deps): update dependencies

- Upgrade Next.js from 15.5.4 to 16.0.1
- Upgrade React from 19.1.1 to 19.2.0
- Upgrade React DOM from 19.1.1 to 19.2.0
- Upgrade PocketBase from 0.26.2 to 0.26.3
- Add cacheComponents: false to Next.js config
This commit is contained in:
Thomas Camlong
2025-11-07 08:10:48 +01:00
parent ea9414543f
commit 1cc433b6bf
3 changed files with 865 additions and 813 deletions

View File

@@ -4,6 +4,7 @@ const nextConfig: NextConfig = {
images: {
unoptimized: true,
},
cacheComponents: false,
};
export default nextConfig