chore: lint source code via prettier

This commit is contained in:
Anda Toshiki 2023-05-24 00:15:17 +08:00
parent 7f61687a25
commit b7a96a1c8d
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ export default {
// aside buttom slots for sponsor
'aside-bottom': () => h(AsideSponsors),
'doc-footer-before': () => h(Copyright),
'doc-after': () => h(Comment)
'doc-after': () => h(Comment),
})
},

View File

@ -2,7 +2,7 @@ const fs = require('fs')
const path = require('path')
const { Feed } = require('feed')
const { load } = require('./posts.data')
const url = `https://note.toshiki.dev`
const url = `https://note.toshiki.dev/`
genFeed()