From dde7bf9db2c229c9b9050ac0c92e87368c495a84 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Thu, 27 Jul 2023 11:32:07 +1000 Subject: [PATCH] Update SvelteKit detection --- src/technologies/s.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/technologies/s.json b/src/technologies/s.json index 59d664adc..1797c468e 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -6888,13 +6888,17 @@ 66 ], "description": "SvelteKit is the official Svelte framework for building web applications with a flexible filesystem-based routing.", + "meta": { + "generator": "SvelteKit" + }, "dom": { "#svelte-announcer": { "exists": "" }, "a": { "attributes": { - "sveltekit:prefetch": "" + "sveltekit:prefetch": "", + "data-sveltekit-preload-data": "" } } },