From c1f1734ac2be9cd33777d1bc9dad0086a9c22517 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Sat, 2 Dec 2023 16:41:14 -0800 Subject: [PATCH] Remove trailing slash in netlify.toml --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index afcce2d38a..fd879eefae 100644 --- a/netlify.toml +++ b/netlify.toml @@ -16,7 +16,7 @@ rm ${DART_SASS_TARBALL} && \ export PATH=/opt/build/repo/dart-sass:$PATH && \ pip install pyyaml && \ - make html \ + make html """ # Here is another way to define context specific environment variables.