mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-11 16:13:07 +00:00
Updated to Next.js 15 and React 19, Fixed Bugs & General Improvements
This commit is contained in:
parent
960577457d
commit
b44c2e0f6e
5 changed files with 2195 additions and 146 deletions
|
@ -1,5 +1,8 @@
|
|||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
experimental: {
|
||||
reactCompiler: true,
|
||||
},
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue