We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3bb3de commit 365800eCopy full SHA for 365800e
apps/components_guide_web/lib/components_guide_web/templates/layout/root.html.leex
@@ -11,9 +11,9 @@
11
12
<meta property="og:image" content="https://stamp.vercel.app/api/poster?source=Components.Guide">
13
14
- <!--<script defer type="text/javascript" src="<%= Routes.static_path(@conn, "/js/app.js") %>"></script>-->
+ <script defer type="text/javascript" src="<%= Routes.static_path(@conn, "/js/app.js") %>"></script>
15
16
- <script type="module" src="http://localhost:3000/js/app.js"></script>
+ <!--<script type="module" src="http://localhost:3000/js/app.js"></script>-->
17
18
<script src="https://cdn.usefathom.com/script.js" site="LYHMLVID" defer></script>
19
</head>
0 commit comments