forked from cadence/breezewiki
Update minimum wikiname length to 1
Example: https://m.fandom.com/no/wiki/Forside
This commit is contained in:
parent
9c05e95f07
commit
722b0589cb
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
(module+ test
|
||||
(require "typed-rackunit.rkt"))
|
||||
|
||||
(define px-wikiname "[a-zA-Z0-9-]{3,50}")
|
||||
(define px-wikiname "[a-zA-Z0-9-]{1,50}")
|
||||
|
||||
;; https://url.spec.whatwg.org/#urlencoded-serializing
|
||||
|
||||
|
|
Loading…
Reference in a new issue