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]]