mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-19 17:55:17 -04:00
Update dependency eslint-config-standard to v16 (#735)
* Update dependency eslint-config-standard to v16 * disable useless message * replace regex Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
parent
173d5e2fb7
commit
433985f508
3 changed files with 8 additions and 7 deletions
|
@ -27,7 +27,7 @@ precacheAndRoute(self.__WB_MANIFEST)
|
|||
// Set up App Shell-style routing, so that all navigation requests
|
||||
// are fulfilled with your index.html shell. Learn more at
|
||||
// https://developers.google.com/web/fundamentals/architecture/app-shell
|
||||
const fileExtensionRegexp = new RegExp('/[^/?]+\\.[^/]+$')
|
||||
const fileExtensionRegexp = /[^/?]+\\.[^/]+$/
|
||||
registerRoute(
|
||||
// Return false to exempt requests from being fulfilled by index.html.
|
||||
({ request, url }: { request: Request; url: URL }) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue