Skip to content

Commit 2558305

Browse files
committed
fix: 🐛 move htmx.min to root of public
1 parent b5877a2 commit 2558305

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

views/layout/layout.templ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ templ Base() {
99
<meta charset="utf-8"/>
1010
<link rel="shortcut icon" href="/public/favicon.ico" type="image/x-icon"/>
1111
<link rel="stylesheet" href="/public/styles.css"/>
12-
<script src="/public/vendor/htmx.min@2.0.0.js" defer></script>
12+
<script src="/public/htmx.min@2.0.0.js" defer></script>
1313
</head>
1414
<body class="h-full">
1515
<main class="p-4">

views/layout/layout_templ.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)