Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

News cleanup #424

Merged
merged 6 commits into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading