Browse Source

#168

pull/187/head
みてるぞ 2 weeks ago
parent
commit
109bb5fc28
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frontend/scripts/generate-sitemap.js

+ 1
- 1
frontend/scripts/generate-sitemap.js View File

@@ -42,7 +42,7 @@ const createPostListOutlet = async tagName => `
fetchpriority="high"
decoding="async"
class="object-none w-full h-full"
src="${ post.url }" />
src="${ post.thumbnail }" />
</a>`).join ('') }
</div>
</div>


Loading…
Cancel
Save