From 158140059511d3cba84bc1f4634f954d3cf99a73 Mon Sep 17 00:00:00 2001 From: ChatonDeAru <823314+chatondearu@users.noreply.github.com> Date: Sun, 15 Sep 2024 02:05:45 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20fixing=20build=20config=20in=20C?= =?UTF-8?q?I?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ modules/app/netlify.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e6fbc7..6efa1cc 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ +[![Netlify Status](https://api.netlify.com/api/v1/badges/bcf66326-b808-4ffd-9018-fb24315fce5f/deploy-status)](https://app.netlify.com/sites/force-orange/deploys) + + # ForceOrange Le site des bénévoles de Paris est Ludique ! diff --git a/modules/app/netlify.toml b/modules/app/netlify.toml index 1b746b9..5e452b9 100644 --- a/modules/app/netlify.toml +++ b/modules/app/netlify.toml @@ -2,7 +2,7 @@ NODE_VERSION = "21" [build] -publish = ".output" +publish = "dist" command = "pnpm run build" [[redirects]]