fix: pdf - wrong origin links

This commit is contained in:
Ryan Yin 2023-08-05 16:21:36 +08:00
parent 1e29078f2a
commit 4a1007a521

View file

@ -27,4 +27,5 @@ export default defineUserConfig({
// console.log(`sorter: ${pageA.path} vs ${pageB.path} = ${index}`);
return index;
},
urlOrigin: "https://nixos-and-flakes.thiscute.world/",
});