main #1

Merged
sageTheDm merged 17 commits from React-Group/react-typescript-test:main into main 2024-09-04 22:07:29 +02:00
Showing only changes of commit 47e7c006bf - Show all commits

View file

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