From 6d990e305d47db2b29734fe1f0a4d1114203b5ed Mon Sep 17 00:00:00 2001 From: ZaktRay <111234762+ZaktRay@users.noreply.github.com> Date: Fri, 25 Oct 2024 18:21:46 +0530 Subject: [PATCH] Added Vite Documentation --- src/data/data.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/data/data.json b/src/data/data.json index d076b26..852da70 100644 --- a/src/data/data.json +++ b/src/data/data.json @@ -609,6 +609,19 @@ "x": "https://x.com/cerbosdev", "github": "https://github.com/cerbos/cerbos", "linkedin": "https://www.linkedin.com/company/cerbos-dev/" + }, + { + "id": 48, + "title": "Vite Documentation", + "description" : "Vite (French word for quick, pronounced /vit/, like veet) is a build tool that aims to provide a faster and leaner development experience for modern web projects.", + "link" : "https://vite.dev/guide/", + "logo" : "https://cdn.hashnode.com/res/hashnode/image/upload/v1729785539066/CiLOSuzai.png?auto=format", + "screenshot" : "https://cdn.hashnode.com/res/hashnode/image/upload/v1729785580610/tkSfjqtMx.png?auto=format", + "category" : "Web", + "featured" : "false", + "x" : "https://x.com/rayzakt", + "github" : "https://github.com/ZaktRay", + "linkedin" : "https://www.linkedin.com/in/m-azam-4o4/" } -] \ No newline at end of file +]