main #2

Merged
Patrick_Pluto merged 15 commits from React-Group/react-typescript-test:main into main 2024-09-04 22:11:46 +02:00
Showing only changes of commit f6fabd0c2c - Show all commits

View file

@ -1,7 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
basePath: '/react',
assetPrefix: '/react',
};
export default nextConfig;