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

koukoku #1473

Merged
merged 3 commits into from
Feb 13, 2025
Merged

koukoku #1473

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
2 changes: 1 addition & 1 deletion .github/workflows/owaspzap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
exclude_assets: '*.cer,*.key'
- name: push report
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: owasp-report
path: owasp/zap/report.html
2 changes: 1 addition & 1 deletion .github/workflows/previewDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
FAUNADB_SERVER_SECRET: ${{secrets.FAUNADB_SERVER_SECRET}}
NETLIFY_ENV: deploy-preview
run: yarn test:storybook
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: main.spec.ts.mp4
path: ./cypress/videos/main.cy.ts.mp4
Expand Down
6 changes: 6 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,12 @@ module.exports = {
},
},
},
{
resolve: `gatsby-plugin-google-adsense`,
options: {
publisherId: `ca-pub-2404030439308059`,
},
},
{
resolve: "gatsby-plugin-netlify", // make sure to put last in the array
options: {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"gatsby-plugin-exclude": "1.0.2",
"gatsby-plugin-feed": "4.23.1",
"gatsby-plugin-flexsearch": "1.0.3",
"gatsby-plugin-google-adsense": "1.1.3",
"gatsby-plugin-layout": "3.23.0",
"gatsby-plugin-manifest": "4.23.1",
"gatsby-plugin-minify": "0.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ templateKey: blog-post

たくさん出てくるアップデートを検証しながら即記事にするという行為は執筆速度の遅い私には不可能な芸当でした。

時差ボケで頭が回らない中書いてるので駄文が続きますがどうぞよろしくお願いします
時差で頭が回らない中書いてるので駄文が続きますがどうぞよろしくお願いします

別途、**海外カンファレンスに英語ができない人が参加することになったらどうすればいいの?** のTipsを記事で公開しようと思います。そちらもお楽しみに!!

Expand Down Expand Up @@ -628,4 +628,4 @@ response = es.indices.put_settings(index="companies", body=settings_body)

貧乏開発が必ずしもいいとは限りませんが、常にコスト意識を持つことの重要性を感じることができました。

時差ボケが抜けず、たぶん駄文になりましたが以上です。
時差が抜けず、たぶん駄文になりましたが以上です。
14 changes: 14 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1626,6 +1626,13 @@
dependencies:
regenerator-runtime "^0.14.0"

"@babel/runtime@^7.2.0":
version "7.26.7"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.7.tgz#f4e7fe527cd710f8dc0618610b61b4b060c3c341"
integrity sha512-AOPI3D+a8dXnja+iwsUqGRjr1BbZIe771sXdapOtYI531gSqpi92vXivKcq2asu/DFpdl1ceFAKZyRzK2PCVcQ==
dependencies:
regenerator-runtime "^0.14.0"

"@babel/runtime@~7.5.4":
version "7.5.5"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.5.5.tgz#74fba56d35efbeca444091c7850ccd494fd2f132"
Expand Down Expand Up @@ -14110,6 +14117,13 @@ [email protected]:
fs "^0.0.1-security"
lodash "^4.17.11"

[email protected]:
version "1.1.3"
resolved "https://registry.yarnpkg.com/gatsby-plugin-google-adsense/-/gatsby-plugin-google-adsense-1.1.3.tgz#267e24880a7634d988bb09b920a115a80f826d55"
integrity sha512-tzEg4UIMXCTn+NSB580jzvOgDVTY/+ZbSwQ0EfHUDDqdnvI5KnSQP84mGC5bd96Qy9L15+l9ZRtZ17EdoKBe7g==
dependencies:
"@babel/runtime" "^7.2.0"

[email protected]:
version "3.23.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-layout/-/gatsby-plugin-layout-3.23.0.tgz#2e056209a735d3dcdb4658350246ce8790b6f8ae"
Expand Down
Loading