Skip to content

Commit

Permalink
bug: fix base path (#288)
Browse files Browse the repository at this point in the history
* bug: fix base path

* add open script

* up rln
  • Loading branch information
weboko committed Nov 22, 2023
1 parent 85d8156 commit 659078e
Show file tree
Hide file tree
Showing 3 changed files with 2,212 additions and 23 deletions.
3 changes: 3 additions & 0 deletions examples/rln-js/next.config.js
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading

0 comments on commit 659078e

Please sign in to comment.