We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd1e7a commit 36448fdCopy full SHA for 36448fd
nginx.conf
@@ -21,7 +21,7 @@ http {
21
index index.html;
22
23
location / {
24
- try_files $uri $uri/ $uri.html /index.html;
+ try_files $uri /index.html;
25
}
26
27
src/layouts/layout.astro
@@ -36,7 +36,7 @@ import { Logo } from "../components/dynamic/common/logo";
36
<div
37
class="static lg:fixed bottom-14 left-14 flex flex-col space-y-4 max-w-[129px] mt-4 lg:mt-0"
38
>
39
- <p class="text-sm lg:text-base">Dyomin Ilya TEST</p>
+ <p class="text-sm lg:text-base">Dyomin Ilya</p>
40
41
<div class="flex flex-col space-y-2 text-sm font-extralight">
42
<p>Software Developer from Kazakhstan</p>
0 commit comments