mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
9 lines
211 B
TOML
9 lines
211 B
TOML
[[redirects]]
|
|
from = "/:locale/v1/*"
|
|
to = "https://v1.tauri.app/:locale/v1/:splat"
|
|
|
|
[[redirects]]
|
|
from = "/v1/*"
|
|
to = "https://v1.tauri.app/v1/:splat"
|
|
|
|
# More redirects in /public/_redirects and astro.config.mjs |