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