mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: styleguide is only a parent url and is accessed with /styleguide (#10930)
This commit is contained in:
parent
5f26c36834
commit
da00c80e90
@ -34,7 +34,7 @@ const SERVER_SIDE_ONLY = [
|
||||
/^\/admin\/logs\/watched_words\/action\/[^\/]+\/download$/,
|
||||
/^\/pub\//,
|
||||
/^\/invites\//,
|
||||
/^\/styleguide\//,
|
||||
/^\/styleguide/,
|
||||
];
|
||||
|
||||
// The amount of height (in pixles) that we factor in when jumpEnd is called so
|
||||
|
Loading…
Reference in New Issue
Block a user