mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 12:05:28 +00:00
fix: problems in essays
This commit is contained in:
@@ -9,12 +9,18 @@ import { defineConfig } from 'astro/config';
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
markdown: {
|
||||
remarkPlugins: [remarkReadingTime],
|
||||
shikiConfig: {
|
||||
theme: 'nord',
|
||||
langs: [],
|
||||
wrap: true,
|
||||
},
|
||||
},
|
||||
integrations: [mdx(), tailwind(), preact({ compat: true }), astroImageTools],
|
||||
integrations: [
|
||||
mdx({
|
||||
remarkPlugins: [remarkReadingTime],
|
||||
}),
|
||||
tailwind(),
|
||||
preact({ compat: true }),
|
||||
astroImageTools,
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user