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 02156bd30c - Show all commits

View file

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