mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-14 02:54:19 +01:00
Escape @ in SSR routes
This commit is contained in:
@@ -34,9 +34,9 @@ interface StatusInfo {
|
||||
|
||||
/** URL routes to serve metadata on. */
|
||||
const SSR_ROUTES = [
|
||||
'/@:acct/posts/:statusId',
|
||||
'/@:acct/:statusId',
|
||||
'/@:acct',
|
||||
'/\\@:acct/posts/:statusId',
|
||||
'/\\@:acct/:statusId',
|
||||
'/\\@:acct',
|
||||
'/users/:acct/statuses/:statusId',
|
||||
'/users/:acct',
|
||||
'/statuses/:statusId',
|
||||
|
||||
Reference in New Issue
Block a user