From 3ff92f44aefaf6ab957aebc73db13da89c2a6de3 Mon Sep 17 00:00:00 2001 From: Jowi <83415433+JowiAoun@users.noreply.github.com> Date: Sun, 4 Aug 2024 00:34:09 -0400 Subject: [PATCH] Attempt to deploy to netlify --- netlify.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 00000000..2ec04a1f --- /dev/null +++ b/netlify.toml @@ -0,0 +1,3 @@ +[build] + command = "pnpm build" + publish = ".next" \ No newline at end of file