From 9dca3657c47095bc142d042c18f5c1f53b89c413 Mon Sep 17 00:00:00 2001 From: Jason <50032291+jasongitmail@users.noreply.github.com> Date: Wed, 1 Nov 2023 14:38:05 -0400 Subject: [PATCH] Update components.json - add super-sitemap (#457) * Update components.json - add sk-sitemap * Update components.json - remove xml * Add new npm package name: super-sitemap * format with prettier --- src/routes/components/components.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/routes/components/components.json b/src/routes/components/components.json index 9109c15..e75d7c9 100644 --- a/src/routes/components/components.json +++ b/src/routes/components/components.json @@ -1,4 +1,12 @@ [ + { + "title": "super-sitemap", + "repository": "https://github.com/jasongitmail/super-sitemap", + "description": "SvelteKit sitemap focused on ease of use and making it impossible to forget to add your paths.", + "npm": "super-sitemap", + "category": "Developer Experience", + "tags": ["components and libraries", "integrations", "layout and structure", "typescript"] + }, { "title": "svelte-scrollactive", "url": "https://svelte.dev/repl/d9616fce34c444d4bcac551cb5bdc0ee?version=3.55.1",