Revert "Update kit & adapter packages"

This reverts commit 7fc9629975.

This is causing an iframe issue on navigation.
This commit is contained in:
Ryan Gossiaux
2022-03-02 00:45:15 -08:00
parent d61dee4530
commit fbb6ad9ded
3 changed files with 1948 additions and 441 deletions

View File

@@ -26,6 +26,9 @@ const config = {
return !filepath.endsWith(".test.ts");
},
},
// hydrate the <div id="svelte"> element in src/app.html
target: "#svelte",
},
};