diff --git a/netlify.toml b/netlify.toml index 84e6c29..fe470e1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,2 +1,3 @@ -publish = "dist" +base = "src/" +publish = "dist/" command = "npm run build" \ No newline at end of file