From 2721933a5fd4d2be3edbb3e90431de94602b61fe Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Mon, 16 Aug 2021 15:18:02 -0700 Subject: [PATCH] fix(sveltekit): specify better output location --- src/frameworks/svelte-kit.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/frameworks/svelte-kit.json b/src/frameworks/svelte-kit.json index f65c2d3f..cc4767e0 100644 --- a/src/frameworks/svelte-kit.json +++ b/src/frameworks/svelte-kit.json @@ -14,8 +14,9 @@ }, "build": { "command": "svelte-kit build", - "directory": "static" + "directory": "build" }, + "staticAssetsDirectory": "static", "env": {}, "plugins": [] }