mirror of
https://github.com/block/bitcoin-treasury.git
synced 2025-04-19 06:31:19 +00:00
Fix basepath (#8)
This commit is contained in:
parent
42b4882282
commit
91abce661e
@ -1,6 +1,7 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
/* config options here */
|
||||
basePath: '',
|
||||
assetPrefix: '/',
|
||||
};
|
||||
|
||||
export default nextConfig;
|
@ -1,7 +1,8 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
basePath: "",
|
||||
assetPrefix: "/",
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
Loading…
x
Reference in New Issue
Block a user