mirror of
https://github.com/dergigi/boris.git
synced 2025-12-28 12:04:31 +01:00
Set the browser history to /a/{naddr} before redirecting to /, so when the SPA loads it sees the correct URL path.
10 lines
97 B
JSON
10 lines
97 B
JSON
{
|
|
"rewrites": [
|
|
{
|
|
"source": "/(.*)",
|
|
"destination": "/index.html"
|
|
}
|
|
]
|
|
}
|
|
|