feat: add robot.txt and smooth scroll
This commit is contained in:
@ -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
1
static/robots.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
User-agent: *
|
Reference in New Issue
Block a user