feat: add robot.txt and smooth scroll

This commit is contained in:
2024-11-04 11:53:37 +01:00
parent ba82c25d1c
commit 9bf6fc7480
2 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,10 @@
@import 'tailwindcss/utilities'; @import 'tailwindcss/utilities';
@layer base { @layer base {
html {
scroll-behavior: smooth;
}
body { body {
@apply bg-gray-100 text-gray-600 text-lg font-light font-roboto; @apply bg-gray-100 text-gray-600 text-lg font-light font-roboto;
} }

1
static/robots.txt Normal file
View File

@ -0,0 +1 @@
User-agent: *