feat: match cv style to new site theming
This commit is contained in:
parent
907747cd8e
commit
817c3be13c
12 changed files with 8921 additions and 1726 deletions
|
@ -1,4 +1,4 @@
|
|||
import { defineConfig, passthroughImageService } from "astro/config";
|
||||
import { defineConfig } from "astro/config";
|
||||
import sitemap from "@astrojs/sitemap";
|
||||
import rehypeExternalLinks from "rehype-external-links";
|
||||
import mdx from "@astrojs/mdx";
|
||||
|
@ -30,7 +30,7 @@ export default defineConfig({
|
|||
},
|
||||
},
|
||||
},
|
||||
image: {
|
||||
service: passthroughImageService(),
|
||||
experimental: {
|
||||
responsiveImages: true,
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue