From 599c7c24149d3a37018fa1cd5c62cb3290681a20 Mon Sep 17 00:00:00 2001 From: Kendell R Date: Thu, 11 Jan 2024 16:15:49 -0800 Subject: [PATCH] fix: Don't configure netlify, it's unused "yes, we can delete the netlify.toml" - osumatrix --- netlify.toml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index 2763ff2..0000000 --- a/netlify.toml +++ /dev/null @@ -1,3 +0,0 @@ -[build] - publish = "public/" - command = "npm run build"