From a44f4c742092254219e55bebf85d8ad3f37e9d91 Mon Sep 17 00:00:00 2001 From: Juan Pablo Garcia Ripa Date: Wed, 6 Oct 2021 14:47:46 +0200 Subject: [PATCH] better changeset example Signed-off-by: Juan Pablo Garcia Ripa --- .changeset/rich-deers-run.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.changeset/rich-deers-run.md b/.changeset/rich-deers-run.md index 23d81ef30d..e8a15c4464 100644 --- a/.changeset/rich-deers-run.md +++ b/.changeset/rich-deers-run.md @@ -8,9 +8,7 @@ Add glob patterns support to config CORS options. It's possible to send patterns backend: cors: origin: - [ - https://*.my-domain.com, - http://localhost:700?, - 'https://sub-domain-+([0-9]).my-domain.com', - ] + - https://*.my-domain.com + - http://localhost:700[0-9] + - https://sub-domain-+([0-9]).my-domain.com ```