Skip to content

Commit 6f7f9b7

Browse files
committed
remove patch-package
1 parent 18629bb commit 6f7f9b7

11 files changed

+18
-1195
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
{}
1+
{
2+
"remark-embedder:@remark-embedder/transformer-oembed:https://open.spotify.com/episode/0qGAUQVeQR21BNMo5HvK3V?si=MXRtAqZCS52tTLby0UIm7g": "<iframe style=\"border-radius: 12px\" width=\"100%\" height=\"152\" title=\"Spotify Embed: #7 Next.js の App Router を使ったフロントエンド刷新の話を根掘り葉掘り聞いてみた\" frameborder=\"0\" allowfullscreen allow=\"autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture\" loading=\"lazy\" src=\"https://open.spotify.com/embed/episode/0qGAUQVeQR21BNMo5HvK3V?si=MXRtAqZCS52tTLby0UIm7g&utm_source=oembed\"></iframe>",
3+
"remark-embedder:@remark-embedder/transformer-oembed:https://open.spotify.com/episode/3Mp4aV1j44qzIZ4b7XSJmX?si=xXkP_LMIRUqqwTmUrTLVzA": "<iframe style=\"border-radius: 12px\" width=\"100%\" height=\"152\" title=\"Spotify Embed: 601: Brad Frost on A Global Design System + Frostapalooza\" frameborder=\"0\" allowfullscreen allow=\"autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture\" loading=\"lazy\" src=\"https://open.spotify.com/embed/episode/3Mp4aV1j44qzIZ4b7XSJmX?si=xXkP_LMIRUqqwTmUrTLVzA&utm_source=oembed\"></iframe>",
4+
"remark-embedder:@remark-embedder/transformer-oembed:https://speakerdeck.com/aiji42/vrtturunodakuhosu-lost-pixelwoshao-jie-sitai": "<iframe id=\"talk_frame_1148884\" class=\"speakerdeck-iframe\" src=\"//speakerdeck.com/player/08d7d3b233444c489a7812ddec70ef81\" width=\"710\" height=\"399\" style=\"aspect-ratio:710/399; border:0; padding:0; margin:0; background:transparent;\" frameborder=\"0\" allowtransparency=\"true\" allowfullscreen=\"allowfullscreen\"></iframe>",
5+
"remark-embedder:@remark-embedder/transformer-oembed:https://speakerdeck.com/cybozuinsideout/engineering-productivity-team-recruitment-information": "<iframe id=\"talk_frame_1091698\" class=\"speakerdeck-iframe\" src=\"//speakerdeck.com/player/ba466c65bb7a4510a166f7e8c4052123\" width=\"710\" height=\"399\" style=\"aspect-ratio:710/399; border:0; padding:0; margin:0; background:transparent;\" frameborder=\"0\" allowtransparency=\"true\" allowfullscreen=\"allowfullscreen\"></iframe>",
6+
"remark-embedder:@remark-embedder/transformer-oembed:https://speakerdeck.com/mugi_uno/next-dot-js-app-router-deno-mpa-hurontoendoshua-xin": "<iframe id=\"talk_frame_1108295\" class=\"speakerdeck-iframe\" src=\"//speakerdeck.com/player/32e120aa3fa94fa7bc3cc1e2480d8e07\" width=\"710\" height=\"399\" style=\"aspect-ratio:710/399; border:0; padding:0; margin:0; background:transparent;\" frameborder=\"0\" allowtransparency=\"true\" allowfullscreen=\"allowfullscreen\"></iframe>",
7+
"remark-embedder:@remark-embedder/transformer-oembed:https://speakerdeck.com/sakito/ji-neng-nidui-surudezaintokai-fa-nojiao-dian-wohe-waseru": "<iframe id=\"talk_frame_1080338\" class=\"speakerdeck-iframe\" src=\"//speakerdeck.com/player/0d8e18aee9a74effa2136e4d00b47169\" width=\"710\" height=\"399\" style=\"aspect-ratio:710/399; border:0; padding:0; margin:0; background:transparent;\" frameborder=\"0\" allowtransparency=\"true\" allowfullscreen=\"allowfullscreen\"></iframe>",
8+
"remark-embedder:@remark-embedder/transformer-oembed:https://x.com/sakupi01/status/1785960939688493505": "<blockquote class=\"twitter-tweet\"><p lang=\"ja\" dir=\"ltr\">GWまとまった時間が確保できたので、同期でClean Architecture本の輪読会して、その内容に即してアプリのアーキテクチャ考えて、モブプロで実際にRustでAPI実装していくなどしてた🎏<br>みんな最強すぎて学び過多📝<br><br>Clean Architecture 達人に学ぶソフトウェアの構造と設計 <a href=\"https://t.co/q9Zx8EVfwb\">https://t.co/q9Zx8EVfwb</a></p>&mdash; saku (@sakupi01) <a href=\"https://twitter.com/sakupi01/status/1785960939688493505?ref_src=twsrc%5Etfw\">May 2, 2024</a></blockquote>\n<script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>"
9+
}

apps/blog.sakupi01.com/src/components/Navigation.astro

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44

55
<nav>
6-
<a href="https://sakupi01.com/" class="nav-item">{"home"}</a>
6+
<a href={`${import.meta.env.PUBLIC_HOME}`} class="nav-item">{"home"}</a>
77
<button popovertarget="blogs" class="popovertarget soudable" data-id="--blogs-button">
88
{"<blogs />"}
99
</button>
@@ -14,7 +14,7 @@
1414
<a href="/" class="soudable">{"all"}</a>
1515
</div>
1616
<a href="https://sakupi01.github.io/slides/" target="_blank" class="nav-item sondable">{"talks"}</a>
17-
<a href="/rss.xml" target="_blank" class="nav-item soundable">{"rss"}</a>
17+
<a href="/feed.xml" target="_blank" class="nav-item soundable">{"rss"}</a>
1818
</nav>
1919

2020
<style>

apps/sakupi01.com/src/components/Navigation.astro

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
---
44

55
<nav>
6-
<a href={import.meta.env.PUBLIC_HOME} class="nav-item">{"<home />"}</a>
6+
<a href="/" class="nav-item">{"<home />"}</a>
77
<button popovertarget="blogs" class="popovertarget soudable" data-id="--blogs-button">
88
{"blogs"}
99
</button>
1010
<div id="blogs" popover data-id="--blogs-button">
11-
<a href="/dev/" class="soudable">{"dev"}</a>
12-
<a href="/life/" class="soudable">{"life"}</a>
13-
<a href="/tags/" class="soudable">{"tags"}</a>
14-
<a href="/" class="soudable">{"all"}</a>
11+
<a href={`${import.meta.env.PUBLIC_BLOG}dev/`} class="soudable">{"dev"}</a>
12+
<a href={`${import.meta.env.PUBLIC_BLOG}life/`} class="soudable">{"life"}</a>
13+
<a href={`${import.meta.env.PUBLIC_BLOG}tags/`} class="soudable">{"tags"}</a>
14+
<a href={`${import.meta.env.PUBLIC_BLOG}`} class="soudable">{"all"}</a>
1515
</div>
1616
<a href="https://sakupi01.github.io/slides/" target="_blank" class="nav-item sondable">{"talks"}</a>
17-
<a href="/rss.xml" target="_blank" class="nav-item soundable">{"rss"}</a>
17+
<a href={`${import.meta.env.PUBLIC_BLOG}feed.xml`} target="_blank" class="nav-item soundable">{"rss"}</a>
1818
</nav>
1919

2020
<style>

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
"bench": "turbo bench",
3131
"coverage": "turbo coverage",
3232
"build-packages": "turbo build:publish",
33-
"prepare": "husky",
34-
"postinstall": "patch-package"
33+
"prepare": "husky"
3534
},
3635
"devDependencies": {
3736
"@biomejs/biome": "1.9.4",
@@ -43,7 +42,6 @@
4342
"class-variance-authority": "^0.7.0",
4443
"clsx": "^2.1.1",
4544
"lost-pixel": "^3.16.0",
46-
"patch-package": "^8.0.0",
4745
"postcss": "^8.4.38",
4846
"turbo": "2.0.2-canary.1",
4947
"typescript": "5.4.5",

0 commit comments

Comments
 (0)