mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-08-08 22:59:14 +00:00
changed hinnakiri location
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
const text = createPageTextStore("Helpdesk");
|
const text = createPageTextStore("Helpdesk");
|
||||||
|
|
||||||
onMount(async () => {
|
onMount(async () => {
|
||||||
const response = await fetch('/_data/helpdesk/hinnakiri.yml');
|
const response = await fetch('/_data/hinnakiri.yml');
|
||||||
const yamlText = await response.text();
|
const yamlText = await response.text();
|
||||||
pricingData = yaml.load(yamlText);
|
pricingData = yaml.load(yamlText);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user