From 0159bdfbb78dbaad65f01277fd280a38ab89ddba Mon Sep 17 00:00:00 2001 From: Paul van Dyk Date: Thu, 6 Jul 2023 17:35:17 +0200 Subject: [PATCH] fix(technologies): front-commerce dom elements --- src/technologies/f.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/f.json b/src/technologies/f.json index c8680c8fd..8eeed730c 100644 --- a/src/technologies/f.json +++ b/src/technologies/f.json @@ -2385,7 +2385,7 @@ "Node.js", "PWA" ], - "dom": "link[data-chunk*='front-commerce-src-web-theme-routes]", + "dom": "link[data-chunk*='front-commerce-src-web-theme-routes'], script[data-chunk*='front-commerce-src-web-theme-routes']", "website": "https://front-commerce.com" } } \ No newline at end of file