fix(a11y): more accessibility issues

This commit is contained in:
Stefan Imhoff
2023-06-15 12:07:26 +02:00
parent 674e12bc59
commit 5434d57707
11 changed files with 1429 additions and 438 deletions

View File

@@ -10,12 +10,14 @@ import serviceWorker from 'astrojs-service-worker';
import { site } from './src/data/site';
import { remarkReadingTime, remarkWidont } from './src/utils';
import customTheme from './shiki-theme.json';
// https://astro.build/config
export default defineConfig({
site: 'https://www.stefanimhoff.de',
markdown: {
shikiConfig: {
theme: 'nord',
theme: customTheme,
langs: [],
wrap: true,
},