Skip to content

Commit

Permalink
Defer shortbread (#6575)
Browse files Browse the repository at this point in the history
  • Loading branch information
timngyn authored Dec 7, 2023
1 parent 41fb099 commit 54f95db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,10 @@ function MyApp({ Component, pageProps }) {
></script>
</>
)}
<link
href="https://prod.assets.shortbread.aws.dev/shortbread.css"
rel="stylesheet"
></link>
</>
);
}
Expand Down
4 changes: 0 additions & 4 deletions src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ export default class MyDocument extends Document {
src="https://prod.assets.shortbread.aws.dev/shortbread.js"
defer
></script>
<link
href="https://prod.assets.shortbread.aws.dev/shortbread.css"
rel="stylesheet"
></link>
</Head>
<body>
<Main />
Expand Down

0 comments on commit 54f95db

Please sign in to comment.