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