Skip to content

Commit f143dfd

Browse files
authored
move loader s rip
1 parent cca8585 commit f143dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/root.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export function Layout({ children }: { children: React.ReactNode }) {
3232
// biome-ignore lint/security/noDangerouslySetInnerHtml: inline scripts
3333
dangerouslySetInnerHTML={{ __html: script }}
3434
/>
35+
<Scripts />
3536
</head>
3637
<body className="group/body overscroll-none antialiased [--footer-height:calc(var(--spacing)*14)] [--header-height:calc(var(--spacing)*14)] xl:[--footer-height:calc(var(--spacing)*24)] theme-default">
3738
{children}
@@ -41,7 +42,6 @@ export function Layout({ children }: { children: React.ReactNode }) {
4142
dangerouslySetInnerHTML={{ __html: template }}
4243
/>
4344
<ScrollRestoration />
44-
<Scripts />
4545
</body>
4646
</html>
4747
);

0 commit comments

Comments
 (0)