react-typescript-test/next.config.mjs

8 lines
179 B
JavaScript
Raw Normal View History

2024-09-03 19:08:37 +02:00
/** @type {import('next').NextConfig} */
2024-09-04 20:57:29 +02:00
const nextConfig = {
basePath: '/react',
2024-09-04 21:11:49 +02:00
assetPrefix: 'https://interstellardevelopment.org/react',
2024-09-04 20:57:29 +02:00
};
2024-09-03 19:08:37 +02:00
export default nextConfig;