diff --git a/index.html b/index.html index 1f738fe..0625db8 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,13 @@ - - - - - vite-app - - -
- - + + + + + GitData.AI + + +
+ + diff --git a/public/logo.png b/public/logo.png new file mode 100644 index 0000000..3509e8e Binary files /dev/null and b/public/logo.png differ diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..680cba2 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,9 @@ +User-agent: * +Allow: / + +# Prevent indexing authentication and user-private management pages +Disallow: /auth/ +Disallow: /settings + +Sitemap: https://gitdata.ai/sitemap.xml + diff --git a/src/components/theme-provider.tsx b/src/components/theme-provider.tsx index 4711802..909faf3 100644 --- a/src/components/theme-provider.tsx +++ b/src/components/theme-provider.tsx @@ -1,5 +1,5 @@ /* eslint-disable react-refresh/only-export-components */ -import * as React from "react" +import React from "react" import { applyThemePreset } from "@/components/theme/ThemePresetSelector" diff --git a/src/components/ui/carousel.tsx b/src/components/ui/carousel.tsx index f8202e4..e586c5b 100644 --- a/src/components/ui/carousel.tsx +++ b/src/components/ui/carousel.tsx @@ -1,4 +1,4 @@ -import * as React from "react" +import React from "react" import useEmblaCarousel, { type UseEmblaCarouselType, } from "embla-carousel-react" diff --git a/src/components/ui/sidebar.tsx b/src/components/ui/sidebar.tsx index e245caa..97ea3bb 100644 --- a/src/components/ui/sidebar.tsx +++ b/src/components/ui/sidebar.tsx @@ -1,4 +1,4 @@ -import * as React from "react" +import React from "react" import { cva, type VariantProps } from "class-variance-authority" import { Slot } from "radix-ui"