mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 12:05:28 +00:00
fix(a11y): more accessibility issues
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user