Update next.config.mjs

This commit is contained in:
Patrick 2024-09-04 21:10:21 +02:00
parent 47e7c006bf
commit f812ac1d2b

View file

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