mirror of
https://github.com/block/bitcoin-treasury.git
synced 2025-06-06 09:12:06 +00:00
6 lines
108 B
JavaScript
6 lines
108 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
basePath: '',
|
|
};
|
|
|
|
export default nextConfig; |