Restore meta context
1 minute read
The getContext('meta') call in src/lib/meta.svelte was commented out to investigate build freeze.
Location
File: src/lib/meta.svelte:68
Task
- Uncomment the
getContext('meta')line - Verify build still works after restoring
- If build freezes again, investigate why this call causes issues
Read next