Skip to content

Commit

Permalink
Update index.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
shamoon committed Sep 19, 2023
1 parent c094bd3 commit 7d2bfa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ function Home({ initialSettings }) {
/>
</style>
<link rel="preload" href="/api/config/custom.js" as="fetch" crossOrigin="anonymous" />
<script data-name="custom.js" src="/api/config/custom.js" async="{true}" />
<script data-name="custom.js" src="/api/config/custom.js" async />

<div className="relative container m-auto flex flex-col justify-start z-10 h-full">
<QuickLaunch
Expand Down

0 comments on commit 7d2bfa2

Please sign in to comment.