mirror of
https://github.com/block/bitcoin-treasury.git
synced 2025-06-05 16:52:05 +00:00
Add /
to assetPrefix
This commit is contained in:
parent
a409d8ed0d
commit
2985905fb2
@ -1,6 +1,7 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
basePath: '',
|
||||
assetPrefix: '/',
|
||||
};
|
||||
|
||||
export default nextConfig;
|
@ -1,7 +1,8 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
basePath: '',
|
||||
basePath: "",
|
||||
assetPrefix: "/",
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
Loading…
x
Reference in New Issue
Block a user