mirror of
https://github.com/block/bitcoin-treasury.git
synced 2025-04-22 16:51:28 +00:00
7 lines
128 B
JavaScript
7 lines
128 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
basePath: '',
|
|
assetPrefix: '/',
|
|
};
|
|
|
|
export default nextConfig; |