Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih committed Dec 12, 2023
1 parent 4cc0ace commit 8993873
Showing 1 changed file with 26 additions and 14 deletions.
40 changes: 26 additions & 14 deletions assets/data/old-hub-redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ export const redirects = [
],
[
"/blog/2023-09-04-media-nlab.html",
"/ja/blog/2023-09-04-media-nlab.html"
"/ja/blog/2023-09-04-media-nlab/"
],
[
"/blog/2023-09-04-media-nlab",
Expand All @@ -1101,7 +1101,7 @@ export const redirects = [
],
[
"/blog/2023-09-07-hatenablog.html",
"/ja/blog/2023-09-07-hatenablog.html"
"/ja/blog/2023-09-07-hatenablog/"
],
[
"/blog/2023-09-07-hatenablog",
Expand All @@ -1113,7 +1113,7 @@ export const redirects = [
],
[
"/blog/2023-09-09-interview.html",
"/ja/blog/2023-09-09-interview.html"
"/ja/blog/2023-09-09-interview/"
],
[
"/blog/2023-09-09-interview",
Expand All @@ -1125,7 +1125,7 @@ export const redirects = [
],
[
"/blog/2023-09-11-gihyo.html",
"/ja/blog/2023-09-11-gihyo.html"
"/ja/blog/2023-09-11-gihyo/"
],
[
"/blog/2023-09-11-gihyo",
Expand All @@ -1137,7 +1137,7 @@ export const redirects = [
],
[
"/blog/2023-09-12-sakuravps.html",
"/ja/blog/2023-09-12-sakuravps.html"
"/ja/blog/2023-09-12-sakuravps/"
],
[
"/blog/2023-09-12-sakuravps",
Expand All @@ -1149,7 +1149,7 @@ export const redirects = [
],
[
"/blog/2023-09-24-release.html",
"/ja/blog/2023-09-24-release.html"
"/ja/blog/2023-09-24-release/"
],
[
"/blog/2023-09-24-release",
Expand All @@ -1161,7 +1161,7 @@ export const redirects = [
],
[
"/blog/2023-10-10-release.html",
"/ja/blog/2023-10-10-release.html"
"/ja/blog/2023-10-10-release/"
],
[
"/blog/2023-10-10-release",
Expand All @@ -1173,7 +1173,7 @@ export const redirects = [
],
[
"/blog/2023-10-24-gihyo.html",
"/ja/blog/2023-10-24-gihyo.html"
"/ja/blog/2023-10-24-gihyo/"
],
[
"/blog/2023-10-24-gihyo",
Expand All @@ -1185,7 +1185,7 @@ export const redirects = [
],
[
"/blog/2023-10-27-xserver.html",
"/ja/blog/2023-10-27-xserver.html"
"/ja/blog/2023-10-27-xserver/"
],
[
"/blog/2023-10-27-xserver",
Expand All @@ -1197,7 +1197,7 @@ export const redirects = [
],
[
"/blog/2023-11-05-mac2023.html",
"/ja/blog/2023-11-05-mac2023.html"
"/ja/blog/2023-11-05-mac2023/"
],
[
"/blog/2023-11-05-mac2023",
Expand All @@ -1209,7 +1209,7 @@ export const redirects = [
],
[
"/blog/2023-11-05-release.html",
"/ja/blog/2023-11-05-release.html"
"/ja/blog/2023-11-05-release/"
],
[
"/blog/2023-11-05-release",
Expand All @@ -1221,7 +1221,7 @@ export const redirects = [
],
[
"/blog/2023-11-14-gihyo.html",
"/ja/blog/2023-11-14-gihyo.html"
"/ja/blog/2023-11-14-gihyo/"
],
[
"/blog/2023-11-14-gihyo",
Expand All @@ -1233,7 +1233,7 @@ export const redirects = [
],
[
"/blog/2023-11-17-release.html",
"/ja/blog/2023-11-17-release.html"
"/ja/blog/2023-11-17-release/"
],
[
"/blog/2023-11-17-release",
Expand All @@ -1245,7 +1245,7 @@ export const redirects = [
],
[
"/blog/2023-12-01-2023recap.html",
"/ja/blog/2023-12-01-2023recap.html"
"/ja/blog/2023-12-01-2023recap/"
],
[
"/blog/2023-12-01-2023recap",
Expand All @@ -1255,6 +1255,18 @@ export const redirects = [
"/blog/2023-12-01-2023recap.md",
"/blog/2023-12-01-2023recap.html"
],
[
"/blog/2023-12-12-gihyo.html",
"/ja/blog/2023-12-12-gihyo/"
],
[
"/blog/2023-12-12-gihyo",
"/blog/2023-12-12-gihyo.html"
],
[
"/blog/2023-12-12-gihyo.md",
"/blog/2023-12-12-gihyo.html"
],
[
"/blog/index.html",
"/blog/"
Expand Down

0 comments on commit 8993873

Please sign in to comment.