From 30628560a6d975784179374d4768698c173e1e14 Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Thu, 8 Aug 2024 16:39:37 +0200 Subject: [PATCH] Fix typo in the Netlify configuration --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 6203f97..fa30e39 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build] -publish = 'examples/dist/' +publish = 'example/dist/' command = 'npm run prepack && npx vite build example' [[headers]]