From 147b002a5c6ec74a10a27c9968352ff582875b14 Mon Sep 17 00:00:00 2001 From: Jason <50032291+jasongitmail@users.noreply.github.com> Date: Thu, 14 Sep 2023 23:57:23 -0400 Subject: [PATCH] Update components.json - add sk-sitemap --- src/routes/components/components.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/routes/components/components.json b/src/routes/components/components.json index 7204b0648..ea27cda01 100644 --- a/src/routes/components/components.json +++ b/src/routes/components/components.json @@ -1,4 +1,19 @@ [ + { + "title": "sk-sitemap", + "repository": "https://github.com/jasongitmail/sk-sitemap", + "description": "Automatic SvelteKit sitemap that makes it impossible to forget to add your paths.", + "npm": "sk-sitemap", + "category": "Developer Experience", + "tags": [ + "components and libraries", + "integrations", + "layout and structure", + "typescript", + "sitemap", + "xml" + ] + }, { "title": "svelte-scrollactive", "url": "https://svelte.dev/repl/d9616fce34c444d4bcac551cb5bdc0ee?version=3.55.1",