Skip to content

Commit

Permalink
fix dev node insert error
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardlyhel committed Jan 9, 2025
1 parent f7571e5 commit 6712e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export const shouldRevalidate: ShouldRevalidateFunction = ({

export const links: LinksFunction = () => {
return [
{rel: 'stylesheet', href: styles},
{
rel: 'preconnect',
href: 'https://cdn.shopify.com',
Expand Down Expand Up @@ -142,6 +141,7 @@ function Layout({children}: {children?: React.ReactNode}) {
<meta charSet="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="msvalidate.01" content="A352E6A0AF9A652267361BBB572B8468" />
<link rel="stylesheet" href={styles}></link>
<Meta />
<Links />
</head>
Expand Down

0 comments on commit 6712e76

Please sign in to comment.