mirror of
https://github.com/LukeHagar/sveltekit-og.git
synced 2025-12-06 20:57:46 +00:00
netlify test
This commit is contained in:
10
examples/netlify-build/svelte.config.js
Normal file
10
examples/netlify-build/svelte.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import adapter from '@sveltejs/adapter-netlify';
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
kit: {
|
||||
adapter: adapter()
|
||||
}
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user