diff --git a/.gitignore b/.gitignore index eee04ce..2ed8a07 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ node_modules .cache .output .env -dist \ No newline at end of file +dist +.netlify diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..5918f0a --- /dev/null +++ b/netlify.toml @@ -0,0 +1,3 @@ +[build] +command = "pnpm build:netlify" +publish = "."