diff --git a/README.md b/README.md index ed4682b..79286a9 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ The smart contracts are in the `contracts` directory, and the frontend is in the ``` - **Publish Directory:** - `apps/web/build` + `apps/web/build/client` ### Environment Variables diff --git a/apps/web/public/_redirects b/apps/web/public/_redirects new file mode 100644 index 0000000..79b87e1 --- /dev/null +++ b/apps/web/public/_redirects @@ -0,0 +1,2 @@ +/404 /index.html 404 +/* /index.html 200 \ No newline at end of file