chore: drop limit param
This commit is contained in:
parent
23427e253b
commit
bdfe5423dc
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ const EleventyFetch = require('@11ty/eleventy-fetch')
|
||||||
|
|
||||||
module.exports = async function () {
|
module.exports = async function () {
|
||||||
const API_TOKEN_PINBOARD = process.env.API_TOKEN_PINBOARD
|
const API_TOKEN_PINBOARD = process.env.API_TOKEN_PINBOARD
|
||||||
const url = `https://api.pinboard.in/v1/posts/recent?auth_token=${API_TOKEN_PINBOARD}&format=json&tag=share&count=5`
|
const url = `https://api.pinboard.in/v1/posts/recent?auth_token=${API_TOKEN_PINBOARD}&format=json&tag=share`
|
||||||
const res = EleventyFetch(url, {
|
const res = EleventyFetch(url, {
|
||||||
duration: '1h',
|
duration: '1h',
|
||||||
type: 'json',
|
type: 'json',
|
||||||
|
|
Reference in a new issue