resvg wasm remove fs and path

This commit is contained in:
Shivam Meena
2023-06-07 21:47:54 +05:30
parent 3306bf03b3
commit b65f12d3a2
4 changed files with 9 additions and 137 deletions

View File

@@ -3,7 +3,10 @@ import adapter from '@sveltejs/adapter-cloudflare';
/** @type {import('@sveltejs/kit').Config} */
const config = {
kit: {
adapter: adapter()
adapter: adapter(),
prerender: {
crawl: true
}
}
};