Skip to content

Commit

Permalink
Merge pull request #12 from matzemathics/site-title
Browse files Browse the repository at this point in the history
fix site-title component
  • Loading branch information
matzemathics authored Oct 23, 2024
2 parents 5bebab9 + bf1e049 commit 0404c78
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 596 deletions.
7 changes: 2 additions & 5 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineConfig } from "astro/config";
import { defineConfig, passthroughImageService } from "astro/config";
import starlight from "@astrojs/starlight";

import tailwind from "@astrojs/tailwind";
Expand Down Expand Up @@ -48,10 +48,6 @@ export default defineConfig({
integrations: [
starlight({
title: "Nemo",
logo: {
dark: "./src/assets/nemo-logo-rusty-bright-nomargin.svg",
light: "./src/assets/nemo-logo-rusty-nomargin.svg",
},
customCss: [
"./src/tailwind.css",
"./src/styles/custom.css",
Expand Down Expand Up @@ -87,6 +83,7 @@ export default defineConfig({
}),
tailwind(),
],
image: { service: passthroughImageService() },
vite: {
plugins: [
faviconPlugin({
Expand Down
Loading

0 comments on commit 0404c78

Please sign in to comment.