Update config to use relative prefixes.
This commit is contained in:
parent
36e1ea45d5
commit
9f61216691
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
||||||
import type { NextConfig } from "next";
|
import type {NextConfig} from "next";
|
||||||
|
|
||||||
const nextConfig: NextConfig = {
|
const nextConfig: NextConfig = {
|
||||||
/* config options here */
|
/* config options here */
|
||||||
|
output: "export",
|
||||||
|
assetPrefix: "./"
|
||||||
};
|
};
|
||||||
|
|
||||||
export default nextConfig;
|
export default nextConfig;
|
||||||
|
|
Loading…
Reference in a new issue