bitcoin-treasury/next.config.js

7 lines
128 B
JavaScript
Raw Normal View History

/** @type {import('next').NextConfig} */
const nextConfig = {
2025-04-09 11:37:31 -04:00
basePath: '',
2025-04-09 11:41:18 -04:00
assetPrefix: '/',
};
export default nextConfig;