Fixed URL for portfolio tech selector

This commit is contained in:
Caleb Gardner
2024-11-01 04:09:12 -05:00
parent 555e8e177e
commit 52f0d357a7
+1 -1
View File
@@ -52,7 +52,7 @@ const (
<select
id='techSelect'
name='tech'
hx-get='http://localhost:2323/blog/portfolio'
hx-get='https://api.darkstorm.tech/blog/portfolio'
hx-target='#projects'>
%v
</select>