diff --git a/store/index.ts b/store/index.ts index 1dddcb3..f501999 100644 --- a/store/index.ts +++ b/store/index.ts @@ -67,7 +67,7 @@ class HTML { } } -export const html = new HTML("./data/html.html"); +export const html = new HTML("./data/html-current.html"); export const htmlRegular = new HTML("./data/html-regular.html"); export const store = new Store("./data/store.json"); export const regular = new Store("./data/regular.json");