Skip to content

Commit

Permalink
Release version 1.17.10 (#1773)
Browse files Browse the repository at this point in the history
* Fixes hukamnama audio url
  • Loading branch information
gurjit03 authored Dec 3, 2024
1 parent f326a4d commit 3bbe32e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sttm/web",
"version": "1.17.9",
"version": "1.17.10",
"description": "Sevadaars are currently working hard to build a newer version of SikhiToTheMax website using modern web technologies.",
"main": "index.js",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ exports[`<Meta /> <Meta type="hukamnama" /> renders correctly 1`] = `
>
<audio
preload="auto"
src="//old.sgpc.net/hukumnama/jpeg%20hukamnama/hukamnama.mp3"
src="//hs.sgpc.net/uploadhukamnama/hukamnama.mp3"
/>
<div
class="rhap_header"
Expand Down
2 changes: 1 addition & 1 deletion src/js/constants/misc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ export const TYPES = _TYPES.filter((value, index) =>

export const SHORT_DOMAIN = 'sttm.co';
export const MAHANKOSH_TOOLTIP_SOURCE = 'Source: Mahaan Kosh (Encyclopedia)';
export const HUKAMNAMA_AUDIO_URL='//old.sgpc.net/hukumnama/jpeg%20hukamnama/hukamnama.mp3';
export const HUKAMNAMA_AUDIO_URL = '//hs.sgpc.net/uploadhukamnama/hukamnama.mp3';
export const API_URL = "https://audio.sikhitothemax.org/v1/";

0 comments on commit 3bbe32e

Please sign in to comment.