Skip to content

Commit

Permalink
🚀 Add build files
Browse files Browse the repository at this point in the history
  • Loading branch information
dohyun-ko committed Sep 14, 2024
1 parent 3ddf8c0 commit 2c1da08
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
region: "eu",
});
</script>
<script type="module" crossorigin src="/assets/index-14589612.js"></script>
<script type="module" crossorigin src="/assets/index-79124d93.js"></script>
<link rel="stylesheet" href="/assets/index-32718201.css">
</head>
<body>
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
region: "eu",
});
</script>
<script type="module" crossorigin src="/assets/index-14589612.js"></script>
<script type="module" crossorigin src="/assets/index-79124d93.js"></script>
<link rel="stylesheet" href="/assets/index-32718201.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/home/printable/sections/ExperienceSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const ExperienceSection = ({}: ExperienceSectionProps) => {
t("experience.experiences", {
returnObjects: true,
}) as Organization[]
).toReversed(),
).reverse(),
...(t("current.organizations", {
returnObjects: true,
}) as Organization[]),
Expand Down

0 comments on commit 2c1da08

Please sign in to comment.