Blog page added & first post published
This commit is contained in:
+4
-1
@@ -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()],
|
||||
});
|
||||
Reference in New Issue
Block a user