chore: restore links
This commit is contained in:
parent
7098edb679
commit
04788dc171
7 changed files with 41 additions and 3 deletions
|
@ -5,14 +5,14 @@
|
|||
"tags": "development",
|
||||
"title": "What Happened to Separation of Concerns in Frontend Development",
|
||||
"id": "https://meiert.com/en/blog/what-happened-to-separation-of-concerns/",
|
||||
"link": "https://meiert.com/en/blog/what-happened-to-separation-of-concerns/"
|
||||
"url": "https://meiert.com/en/blog/what-happened-to-separation-of-concerns/"
|
||||
},
|
||||
{
|
||||
"date": "Tue, 31 Oct 2023 10:27:36 -0700",
|
||||
"tags": "development",
|
||||
"title": "It's 2023, here is why your web design sucks.",
|
||||
"id": "https://heather-buchel.com/blog/2023/10/why-your-web-design-sucks/",
|
||||
"link": "https://heather-buchel.com/blog/2023/10/why-your-web-design-sucks/"
|
||||
"url": "https://heather-buchel.com/blog/2023/10/why-your-web-design-sucks/"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
5
src/_data/links.js
Normal file
5
src/_data/links.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
const links = require('../_data/json/links.json')
|
||||
|
||||
module.exports = async function () {
|
||||
return links.links
|
||||
}
|
Reference in a new issue