mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 06:25:55 +00:00
chore: lint source code via prettier
This commit is contained in:
parent
7f61687a25
commit
b7a96a1c8d
@ -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),
|
||||
})
|
||||
},
|
||||
|
||||
|
||||
@ -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()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user