Skip to content

Commit

Permalink
update .js and .css build IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
PatMulligan committed Nov 29, 2024
1 parent df09eeb commit 97b9227
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/nostrmarket/market.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
<script
type="module"
crossorigin
src="{{ url_for('nostrmarket_static', path='market/assets/index.923cbbf9.js')}}"
src="{{ url_for('nostrmarket_static', path='market/assets/index.dfb4e5db.js')}}"
></script>
<link
rel="stylesheet"
href="{{ url_for('nostrmarket_static', path='market/assets/index.73d462e5.css')}}"
href="{{ url_for('nostrmarket_static', path='market/assets/index.de281aed.css')}}"
/>
</head>

Expand Down

0 comments on commit 97b9227

Please sign in to comment.