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 ca090ed4ab - Show all commits

View file

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