Skip to content

Commit

Permalink
added redirect to index of /project
Browse files Browse the repository at this point in the history
  • Loading branch information
HWTjac0 committed Jul 6, 2024
1 parent 7dc84a5 commit c0d7311
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .akai/config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
{
"name": "AKAI Apps",
"technologies": ["Astro", "TailwindCSS", "Vite"]
"technologies": ["Astro", "TailwindCSS", "Vite"],
"description_pl": "",
"description_en": "",
"contributors": [
{
"name": "Jakub Młynarczyk",
"url": "https://www.github.com/HWTjac0"
},
{
"name": "Filip Sauer",
"url": "https://www.github.com/srflp"
}
]
}
1 change: 1 addition & 0 deletions src/pages/en/projects/index.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<meta http-equiv="refresh" content="0;url=/en/" />
1 change: 1 addition & 0 deletions src/pages/pl/projects/index.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<meta http-equiv="refresh" content="0;url=/pl/" />

0 comments on commit c0d7311

Please sign in to comment.