config.js (407B)
1 module.exports = { 2 copyright: { 3 holder: "Agastya Chandrakant", 4 link: "https://hanabi.in", 5 start: 2020, 6 end: new Date().getFullYear(), 7 }, 8 site: { 9 cover: 10 "https://upload.wikimedia.org/wikipedia/commons/6/68/Das_große_Q.jpg", 11 description: "Some of my favourite quotes", 12 name: "Agastya's favourite quotes", 13 title: "Quotes", 14 url: "http://localhost:3000", 15 }, 16 };