Skip to content

Commit 365800e

Browse files
committed
Fix loaded script
1 parent b3bb3de commit 365800e

File tree

1 file changed

+2
-2
lines changed
  • apps/components_guide_web/lib/components_guide_web/templates/layout

1 file changed

+2
-2
lines changed

apps/components_guide_web/lib/components_guide_web/templates/layout/root.html.leex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
<meta property="og:image" content="https://stamp.vercel.app/api/poster?source=Components.Guide">
1313

14-
<!--<script defer type="text/javascript" src="<%= Routes.static_path(@conn, "/js/app.js") %>"></script>-->
14+
<script defer type="text/javascript" src="<%= Routes.static_path(@conn, "/js/app.js") %>"></script>
1515

16-
<script type="module" src="http://localhost:3000/js/app.js"></script>
16+
<!--<script type="module" src="http://localhost:3000/js/app.js"></script>-->
1717

1818
<script src="https://cdn.usefathom.com/script.js" site="LYHMLVID" defer></script>
1919
</head>

0 commit comments

Comments
 (0)