bitcoin-treasury/next.config.ts

8 lines
121 B
TypeScript
Raw Normal View History

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
2025-04-09 11:37:31 -04:00
basePath: '',
};
export default nextConfig;