Skip to content

Commit

Permalink
missed an update
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardlyhel committed Jan 10, 2025
1 parent 0abc795 commit c282d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/classic-remix/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ export const shouldRevalidate: ShouldRevalidateFunction = ({

export function links() {
return [
{rel: 'stylesheet', href: resetStyles},

{
rel: 'preconnect',
href: 'https://cdn.shopify.com',
Expand Down Expand Up @@ -147,6 +145,8 @@ export function Layout({children}: {children?: React.ReactNode}) {
<head>
<meta charSet="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" href={resetStyles}></link>
<link rel="stylesheet" href={appStyles}></link>
<Meta />
<Links />
</head>
Expand Down

0 comments on commit c282d33

Please sign in to comment.