mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
foo
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user