mirror of
https://github.com/hiaaryan/sileo.git
synced 2026-04-26 23:45:50 +03:00
[GH-ISSUE #13] Sileo Position Mismatch #10
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sileo#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sawetco on GitHub (Feb 16, 2026).
Original GitHub issue: https://github.com/hiaaryan/sileo/issues/13
My project includes both a root layout and a site layout. Since I initially added Sileo to the root layout and the project uses Sanity, the Sileo position was being overridden by Sanity.
This issue did not occur during development and was only visible in the production environment.
I resolved the problem by moving Sileo to the site layout instead of the root layout.
The issue can be closed. Thank you.