saudade/supernova/config.js

17 lines
351 B
JavaScript
Raw Normal View History

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