Skip to content

Commit

Permalink
refactor(scripts): remove legacy conversion script
Browse files Browse the repository at this point in the history
  • Loading branch information
ythecombinator committed Sep 14, 2024
1 parent d68dec7 commit 7f6dfb5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"lint:a11y": "pa11y-ci --sitemap http://localhost:3000/sitemap.xml",
"format": "prettier --write src/",
"codegen:schema": "graphql-codegen --config codegen.ts --require dotenv/config",
"codegen:linkedin": "tsx scripts/codegen-linkedin.ts",
"codegen:currency-data": "tsx scripts/codegen-currency-data.ts"
"codegen:linkedin": "tsx scripts/codegen-linkedin.ts"
},
"dependencies": {
"@apollo/client": "3.8.7",
Expand Down
4 changes: 2 additions & 2 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<url><loc>https://www.albuquerque.dev/posts/a-whole-day-playing-with-ipfs</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://www.albuquerque.dev/posts/swift-in-the-sky-with-types</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://www.albuquerque.dev/posts/o-que-ha-de-novo-com-o-angularjs</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://www.albuquerque.dev/talks/a-decade-reacts-rhapsody-of-life</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://www.albuquerque.dev/talks/speed-at-scale-optimizing-the-largest-cx-platform-out-there</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://www.albuquerque.dev/talks/hydration-islands-streaming-resumability-oh-my</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://www.albuquerque.dev/talks/web-performance-apis-that-you-probably-never-knew-existed</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://www.albuquerque.dev/talks/a-decade-reacts-rhapsody-of-life</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://www.albuquerque.dev/talks/its-2023-and-i-can-finally-talk-about-atomic-css</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://www.albuquerque.dev/talks/web-performance-apis-that-you-probably-never-knew-existed</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://www.albuquerque.dev/talks/deep-diving-on-concurrent-react</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://www.albuquerque.dev/talks/inside-fiber-the-in-depth-overview-you-wanted-a-tldr-for</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://www.albuquerque.dev/talks/consistent-ux-at-scale-lessons-learned-when-i-wore-the-designops-hat</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
Expand Down
20 changes: 10 additions & 10 deletions src/data/currency.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"CZK": {
"timestamp": 1718413705169,
"timestamp": 1726323987664,
"base": "CZK",
"rates": {
"USD": 0.043293,
"EUR": 0.040376,
"GBP": 0.034164,
"JPY": 6.81543795,
"BRL": 0.232779,
"AUD": 0.065488,
"CAD": 0.059543,
"CHF": 0.038575,
"INR": 3.617216
"USD": 0.044067,
"EUR": 0.039762,
"GBP": 0.033578,
"JPY": 6.20612615,
"BRL": 0.245231,
"AUD": 0.065732,
"CAD": 0.059915,
"CHF": 0.03742,
"INR": 3.696372
}
}
}

0 comments on commit 7f6dfb5

Please sign in to comment.