1
Fork 0
This repository has been archived on 2024-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
Nexus-Polestar/astro.config.mjs

9 lines
201 B
JavaScript
Raw Normal View History

2023-01-23 00:07:07 -05:00
import { defineConfig } from 'astro/config';
import mdx from '@astrojs/mdx';
// https://astro.build/config
export default defineConfig({
2023-01-24 02:05:57 -05:00
integrations: [],
2023-01-23 03:56:21 -05:00
srcDir: './astro',
2023-01-23 00:07:07 -05:00
outDir: './app',
});