From d2e5b06029194626f618be6ea0778074fc82661b Mon Sep 17 00:00:00 2001
From: saji <saji@saji.dev>
Date: Sun, 7 Jul 2024 13:44:02 -0500
Subject: [PATCH] remove junk

---
 .nojekyll    |  0
 .nvmrc       |  1 -
 netlify.toml | 24 ------------------------
 3 files changed, 25 deletions(-)
 delete mode 100644 .nojekyll
 delete mode 100644 .nvmrc
 delete mode 100644 netlify.toml

diff --git a/.nojekyll b/.nojekyll
deleted file mode 100644
index e69de29..0000000
diff --git a/.nvmrc b/.nvmrc
deleted file mode 100644
index b6a7d89..0000000
--- a/.nvmrc
+++ /dev/null
@@ -1 +0,0 @@
-16
diff --git a/netlify.toml b/netlify.toml
deleted file mode 100644
index 5a8db0f..0000000
--- a/netlify.toml
+++ /dev/null
@@ -1,24 +0,0 @@
-[build]
-	publish = "_site"
-	command = "npm run build"
-
-[[plugins]]
-
-	# Opt-in to the Netlify Lighthouse plugin (choose one):
-
-	# 1. Go to your site on https://app.netlify.com and navigate to the Integrations tab, search for the `Lighthouse` plugin
-	# 2. Or via `npm install -D @netlify/plugin-lighthouse`
-
-	# Read more: https://github.com/netlify/netlify-plugin-lighthouse
-
-	package = "@netlify/plugin-lighthouse"
-
-	# optional, fails build when a category is below a threshold
-	[plugins.inputs.thresholds]
-		performance = 1.0
-		accessibility = 1.0
-		best-practices = 1.0
-		seo = 1.0
-
-	[plugins.inputs]
-		output_path = "reports/lighthouse/index.html"