bitcoin-treasury/next.config.js

7 lines
128 B
JavaScript
Raw Normal View History

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