react-typescript-test/next.config.mjs

8 lines
173 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:10:21 +02:00
assetPrefix: 'https://interstellardevelopment.org',
2024-09-04 20:57:29 +02:00
};
2024-09-03 19:08:37 +02:00
export default nextConfig;