Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions website/docs/public/netlify.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Redirect rsbuild.dev to rsbuild.rs
[[redirects]]
from = "https://rsbuild.dev/*"
to = "https://rsbuild.rs/:splat"
status = 301
force = true
# [[redirects]]
Copy link

Copilot AI May 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] If the rsbuild.dev redirection is no longer required, consider removing the commented-out block to reduce clutter. If it's kept for future reference, adding a note explaining its temporary nature could be helpful.

Copilot uses AI. Check for mistakes.
# from = "https://rsbuild.dev/*"
# to = "https://rsbuild.rs/:splat"
# status = 301
# force = true

[[redirects]]
from = "/*"
Expand Down
Loading