mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-02 12:53:08 +00:00
bug: fix base path
This commit is contained in:
parent
85d8156b7a
commit
1184817741
@ -1,6 +1,9 @@
|
||||
const packageJSON = require("./package.json");
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
output: "export",
|
||||
basePath: "/" + packageJSON.name,
|
||||
webpack: (config) => {
|
||||
config.externals.push({
|
||||
"utf-8-validate": "commonjs utf-8-validate",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user