mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2026-01-07 20:52:07 +00:00
chore: upgrade to react 19 beta and next 14 canary
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
output: "export",
|
||||
reactStrictMode: true,
|
||||
experimental: {
|
||||
typedRoutes: true,
|
||||
reactCompiler: true,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user