We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa5cc1 commit acda30fCopy full SHA for acda30f
apps/svelte.dev/scripts/sync-docs/index.ts
@@ -151,7 +151,7 @@ async function sync(pkg: Package) {
151
}
152
153
for (const file of glob(`${dest}/**/*.md`)) {
154
- const content = await preprocess(fs.readFileSync(file, 'utf-8'), modules);
+ const content = await preprocess(file, modules);
155
156
fs.writeFileSync(file, content);
157
0 commit comments