Skip to content

Commit

Permalink
load css first
Browse files Browse the repository at this point in the history
  • Loading branch information
fnhipster committed Nov 27, 2024
1 parent c5d0234 commit e9bfa15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions head.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
}
</script>

<link rel="stylesheet" href="/styles/styles.css" />

<script src="/scripts/aem.js" type="module"></script>
<script src="/scripts/scripts.js" type="module"></script>
<script src="/scripts/configs.js" type="module"></script>
Expand All @@ -43,5 +45,3 @@
<link rel="modulepreload" href="/scripts/__dropins__/tools/preact-compat.js" />
<link rel="modulepreload" href="/scripts/__dropins__/tools/preact-hooks.js" />
<link rel="modulepreload" href="/scripts/__dropins__/tools/components.js" />

<link rel="stylesheet" href="/styles/styles.css" />

0 comments on commit e9bfa15

Please sign in to comment.