Files
webSostenible/astro.config.mjs
h4ckx0r 255e5c3307
All checks were successful
Verificar versión, Compilar y Desplegar / check-version (push) Successful in 8s
Verificar versión, Compilar y Desplegar / build (push) Successful in 1m4s
Verificar versión, Compilar y Desplegar / deploy (push) Successful in 25s
Configuración Beta de los Posts
2024-10-15 21:22:53 +02:00

10 lines
264 B
JavaScript

import { defineConfig } from 'astro/config';
import mdx from '@astrojs/mdx';
// https://astro.build/config
export default defineConfig({
// Enable Svelte to support Svelte components.
integrations: [mdx()],
site: "https://ecobjetivos.h4ckdata.es"
});