Update next.config.mjs

This commit is contained in:
Patrick 2024-09-04 21:13:28 +02:00
parent ca090ed4ab
commit 02156bd30c

View file

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