Exclue /twemoji and /dev/storybook des routes offline
parent
58f029765b
commit
8138f8482a
|
@ -28,7 +28,7 @@ registerRoute(
|
|||
? 'mon-entreprise.html'
|
||||
: 'infrance.html'
|
||||
),
|
||||
{ denylist: [/^\/api\/.*/] }
|
||||
{ denylist: [/^\/api\/.*/, /^\/twemoji\/.*/, /^\/dev\/storybook\/.*/] }
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue