mirror of
https://github.com/anotherhadi/blog.git
synced 2026-04-02 11:42:10 +02:00
Init flake
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -6,7 +6,11 @@ import mdx from '@astrojs/mdx';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
site: "https://hadi.diy",
|
||||
image: {
|
||||
service: { entrypoint: 'astro/assets/services/noop' }
|
||||
},
|
||||
site: "https://hadi.icu",
|
||||
output: 'static',
|
||||
integrations: [mdx()],
|
||||
vite: {
|
||||
plugins: [tailwindcss()]
|
||||
|
||||
Reference in New Issue
Block a user