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

View file

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