Skip to content

Commit

Permalink
Switch from note to summary qs
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Mar 29, 2023
1 parent 703c699 commit f2d988d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const width = 710
const url = location.href
const { title, summary, tags } = extractMeta(document)

const params = new URLSearchParams({ url, title, note: summary, ver, jump: 'close' })
const params = new URLSearchParams({ url, title, summary, ver, jump: 'close' })

for (const tag of tags) {
params.append('tags', tag)
Expand Down

0 comments on commit f2d988d

Please sign in to comment.