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