Blog page added & first post published

This commit is contained in:
2026-04-20 01:40:34 +02:00
parent 8509d6776e
commit e86c12663f
16 changed files with 687 additions and 93 deletions
+4 -1
View File
@@ -1,7 +1,10 @@
// @ts-check
import { defineConfig } from 'astro/config';
import expressiveCode from 'astro-expressive-code';
// https://astro.build/config
export default defineConfig({
site: 'https://jrdx0.dev',
});
integrations: [expressiveCode()],
});