Skip to content

Commit

Permalink
BUILD: Set up Netlify redirects for a single-page app.
Browse files Browse the repository at this point in the history
  • Loading branch information
epatters committed Sep 16, 2024
1 parent c3c486e commit f0ae405
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/frontend/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@ publish = "dist/"
command = "rustup toolchain install stable && rustup target add wasm32-unknown-unknown && npm run build"

[build.environment]
RUST_VERSION = "1.79.0"
RUST_VERSION = "1.81.0"

[[redirects]]
from = "/*"
to = "/index.html"
status = 200

0 comments on commit f0ae405

Please sign in to comment.