react-typescript-test/next.config.mjs

7 lines
179 B
JavaScript

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