feat: local caching for dev
This commit is contained in:
parent
c70fc72952
commit
522d8ca48a
21 changed files with 375 additions and 326 deletions
|
@ -49,7 +49,7 @@ const pagination = {
|
|||
</time>
|
||||
</div>
|
||||
<h3>
|
||||
<a href={post.slug}>{post.title}</a>
|
||||
<a href={post.url}>{post.title}</a>
|
||||
</h3>
|
||||
<p set:html={md(post.description)}></p>
|
||||
</article>
|
||||
|
|
Reference in a new issue