diff --git a/astro.config.mjs b/astro.config.mjs index a190a714cc..a7dca54323 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -31,6 +31,7 @@ export default defineConfig({ }, integrations: [ starlight({ + favicon: "/img/favicon/adaptive.svg", title: "Feature-Sliced Design", description: "Architectural methodology for frontend projects", defaultLocale: "root", diff --git a/public/favicon.svg b/public/favicon.svg deleted file mode 100644 index 6e67e644ce..0000000000 --- a/public/favicon.svg +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/preview.png b/public/img/preview.png deleted file mode 100644 index 1acb043a87..0000000000 Binary files a/public/img/preview.png and /dev/null differ