saudade/supernova/config.js

17 lines
351 B
JavaScript
Raw Normal View History

2023-12-10 20:37:03 -08:00
let currentPage = location.pathname.split("/").at(-2);
2023-06-14 22:10:06 -07:00
2023-12-10 20:37:03 -08:00
const waybackSiteBase = "http://supernova.lokatt.se/";
2023-06-14 22:10:06 -07:00
const pageMetadata = {
2023-12-10 20:37:03 -08:00
supernova: {
captureId: "20161225131523",
sourcePageName: "",
},
};
2023-06-14 22:10:06 -07:00
export const wayback =
2023-12-10 20:37:03 -08:00
pageMetadata[currentPage].captureId +
"/" +
waybackSiteBase +
pageMetadata[currentPage].sourcePageName;