mirror of
https://github.com/M4X809/list-of-lp.git
synced 2025-12-25 19:12:48 +00:00
9 lines
162 B
TypeScript
9 lines
162 B
TypeScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
experimental: {
|
|
viewTransition: true,
|
|
},
|
|
reactCompiler: true,
|
|
};
|
|
|
|
module.exports = nextConfig;
|