Forked from
svekyll / svekyll
337 commits behind the upstream repository.
-
Chris Dawson authoredde1165b2
svelte.config.js 180 B
/** @type {import('@sveltejs/kit').Config} */
const config = {
kit: {
// hydrate the <div id="svelte"> element in src/app.html
target: '#svelte'
}
};
export default config;