currently the generated files assume that you set this when deploying to gh-pages. ```sh env: NEXT_PUBLIC_BASE_PATH: "/your_project/path" ``` we need a better way to deal with this, and not rely on `env` variables.
currently the generated files assume that you set this when deploying to gh-pages.
env: NEXT_PUBLIC_BASE_PATH: "/your_project/path"we need a better way to deal with this, and not rely on
envvariables.