Update next.config.mjs

This commit is contained in:
Patrick 2024-09-04 21:11:49 +02:00
parent f812ac1d2b
commit ca090ed4ab

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;