diff --git a/examples/hn.svelte.dev/netlify.toml b/examples/hn.svelte.dev/netlify.toml index cbd944d3a1e8..05e865573b28 100644 --- a/examples/hn.svelte.dev/netlify.toml +++ b/examples/hn.svelte.dev/netlify.toml @@ -1,4 +1,4 @@ [build] command = "npm run build" - publish = "build/" - functions = "functions/" \ No newline at end of file + publish = ".svelte-kit/netlify/build/" + functions = ".svelte-kit/netlify/functions/" \ No newline at end of file