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 0ba1830 commit 1541034Copy full SHA for 1541034
apps/svelte.dev/scripts/sync-docs/index.ts
@@ -52,7 +52,7 @@ const packages: Package[] = [
52
name: 'kit',
53
local: `${REPOS}/kit`,
54
repo: 'sveltejs/kit',
55
- branch: 'svelte-dev-adjusted-docs', // TODO update!
+ branch: 'main',
56
pkg: 'packages/kit',
57
docs: 'documentation/docs',
58
process_modules: async (modules, pkg) => {
0 commit comments