refactor: replace Swup page transitions with native transitions

This commit is contained in:
Stefan Imhoff
2025-01-03 15:54:26 +01:00
parent e88fff7207
commit e3ffc262a0
6 changed files with 59 additions and 30 deletions

View File

@@ -15,6 +15,7 @@ import customTheme from './shiki-theme.json';
// https://astro.build/config
export default defineConfig({
site: 'https://www.stefanimhoff.de',
viewTransitions: true,
markdown: {
shikiConfig: {
theme: customTheme,