Skip to content

Commit

Permalink
Merge pull request #424 from keep-network/news-cleanup
Browse files Browse the repository at this point in the history
News cleanup
  • Loading branch information
mhluongo authored Aug 23, 2024
2 parents b169a32 + d61c318 commit 5f9f8e6
Show file tree
Hide file tree
Showing 7 changed files with 199 additions and 158 deletions.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"extends": [
"plugin:react/recommended",
"eslint-config-keep"
],
"parser": "babel-eslint",
Expand All @@ -16,5 +15,9 @@
"react": {
"version": "detect"
}
},
"scripts": {
"lint.js": "eslint .",
"lint:js:fix": "eslint --fix ."
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"classnames": "^2.2.6",
"gatsby": "^2.24.53",
"gatsby-image": "^2.0.23",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-manifest": "^5.0.0",
"gatsby-plugin-netlify": "^2.0.6",
"gatsby-plugin-netlify-cms": "^4.1.6",
"gatsby-plugin-purgecss": "^4.0.0",
"gatsby-plugin-react-helmet": "^3.0.4",
"gatsby-plugin-sass": "^2.0.7",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sharp": "^5.14.0-next.2",
"gatsby-remark-copy-linked-files": "^2.0.7",
"gatsby-remark-images": "^3.1.6",
"gatsby-remark-relative-images": "^2.0.5",
Expand Down
1 change: 1 addition & 0 deletions src/pages/news/2024-04-15-tbtc-is-for-l2s.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ description: >-
peak](https://dune.com/threshold/tbtc?ref=blog.threshold.network), serving
users on Solana, Arbitrum, Optimism, Polygon, and Ethereum—making it one of
the most trustworthy bridges in the space.
canonicalUrl: https://blog.threshold.network/tbtc-is-for-l2s/
date: 2024-04-15T12:35:21.390Z
---
Bitcoin is having a moment.
Expand Down
2 changes: 1 addition & 1 deletion src/pages/news/index.it.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
template: 'news-index'
path: /news
title: News
title: Notizia
---
345 changes: 191 additions & 154 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 5f9f8e6

Please sign in to comment.