Skip to content

Commit

Permalink
mod image url
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-hs committed Feb 4, 2024
1 parent 3eff808 commit 4f2c2a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion astro.config.ts
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 tailwind from "@astrojs/tailwind";
import react from "@astrojs/react";
import remarkToc from "remark-toc";
Expand All @@ -10,6 +10,9 @@ import { SITE } from "./src/config";
export default defineConfig({
site: SITE.website,
base: '/',
image: {
service: passthroughImageService(),
},
integrations: [
tailwind({
applyBaseStyles: false,
Expand Down

0 comments on commit 4f2c2a6

Please sign in to comment.