mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-23 06:51:27 +00:00
update sapper, tidy up
This commit is contained in:
@@ -60,7 +60,6 @@
|
||||
const { slug } = params;
|
||||
|
||||
return fetch(`/api/blog/${slug}`).then(r => r.json()).then(post => {
|
||||
console.log({ post });
|
||||
return { post };
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user