From f42afb5b81cb08679859367365d0ea04df938851 Mon Sep 17 00:00:00 2001 From: GuavaPopper Date: Fri, 5 Jun 2026 02:15:27 +0700 Subject: [PATCH] chore: selaraskan berkas proyek --- README.md | 10 ---------- netlify.toml | 6 ------ 2 files changed, 16 deletions(-) delete mode 100644 netlify.toml diff --git a/README.md b/README.md index c8edaee..50cdb3e 100644 --- a/README.md +++ b/README.md @@ -20,16 +20,6 @@ Buka URL dari Vite (default: `http://localhost:5173`) lalu akses launcher di `/` | `npm run build` | Build static output ke folder `dist` | | `npm run preview` | Preview hasil build | -## Deploy Netlify - -Project ini sudah punya konfigurasi Netlify di `netlify.toml`. - -Saat membuat site di Netlify: -- Repository: `GuavaPopper/PPL_Staging` -- Branch deploy: `Staging` -- Build command: `npm run build` -- Publish directory: `dist` - ## Struktur Folder ``` diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index 0cab1ff..0000000 --- a/netlify.toml +++ /dev/null @@ -1,6 +0,0 @@ -[build] - command = "npm run build" - publish = "dist" - -[build.environment] - NODE_VERSION = "22"