This commit is contained in:
Morten Olsen
2023-03-28 14:26:31 +02:00
parent e63e7cc2d6
commit a04d5f5d71
8 changed files with 24 additions and 18 deletions

View File

@@ -40,10 +40,6 @@ const build = async (cwd: string, config: Config) => {
profile: data.profile,
});
resumeData.subscribe(() => {
console.log('resume');
});
const resumeUrl = createLatex({
bundler,
path: '/resume',
@@ -92,9 +88,6 @@ const build = async (cwd: string, config: Config) => {
profile: data.profile,
pdfUrl: Observable.link([pdf.item], async () => pdf.url),
});
article.subscribe(() => {
console.log('updated', slug);
});
createPage({
path: `/articles/${slug}`,
props,