mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 12:05:28 +00:00
feat: add Journal page
This commit is contained in:
@@ -2,10 +2,14 @@ import mdx from '@astrojs/mdx';
|
||||
import preact from '@astrojs/preact';
|
||||
import tailwind from '@astrojs/tailwind';
|
||||
import { astroImageTools } from 'astro-imagetools';
|
||||
import { remarkReadingTime } from './src/utils';
|
||||
|
||||
import { defineConfig } from 'astro/config';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
markdown: {
|
||||
remarkPlugins: [remarkReadingTime],
|
||||
},
|
||||
integrations: [mdx(), tailwind(), preact(), astroImageTools],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user