Exclue /twemoji and /dev/storybook des routes offline

pull/2246/head
Jérémy Rialland 2022-07-28 10:24:33 +02:00 committed by Jérémy Rialland
parent 58f029765b
commit 8138f8482a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ registerRoute(
? 'mon-entreprise.html'
: 'infrance.html'
),
{ denylist: [/^\/api\/.*/] }
{ denylist: [/^\/api\/.*/, /^\/twemoji\/.*/, /^\/dev\/storybook\/.*/] }
)
)