diff --git a/src/technologies/f.json b/src/technologies/f.json index 5a3cf5a72..029634f55 100644 --- a/src/technologies/f.json +++ b/src/technologies/f.json @@ -1538,7 +1538,11 @@ 22 ], "description": "Fresh is a full stack modern web framework for JavaScript and TypeScript developers, designed to make it trivial to create high-quality, performant, and personalized web applications.", - "dom": "style[id='__FRSH_STYLE']", + "dom": [ + "style[id='__FRSH_TWIND']", + "style[id='__FRSH_STYLE']", + "script[id='__FRSH_STATE']" + ], "icon": "fresh.svg", "implies": [ "Deno", @@ -1895,4 +1899,4 @@ "scriptSrc": "/fullPage\\.js(?:/([\\d\\.]+)/)?\\;version:\\1", "website": "https://github.com/alvarotrigo/fullpage.js" } -} \ No newline at end of file +}