Skip to content

Commit 36448fd

Browse files
feat: tag to sha
1 parent 0fd1e7a commit 36448fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ http {
2121
index index.html;
2222

2323
location / {
24-
try_files $uri $uri/ $uri.html /index.html;
24+
try_files $uri /index.html;
2525
}
2626
}
2727
}

src/layouts/layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import { Logo } from "../components/dynamic/common/logo";
3636
<div
3737
class="static lg:fixed bottom-14 left-14 flex flex-col space-y-4 max-w-[129px] mt-4 lg:mt-0"
3838
>
39-
<p class="text-sm lg:text-base">Dyomin Ilya TEST</p>
39+
<p class="text-sm lg:text-base">Dyomin Ilya</p>
4040

4141
<div class="flex flex-col space-y-2 text-sm font-extralight">
4242
<p>Software Developer from Kazakhstan</p>

0 commit comments

Comments
 (0)