astro.config.mjs — astro Source File
Architecture documentation for astro.config.mjs, a javascript file in the astro codebase. 1 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR bb1f1e6e_a356_d5d5_a6ea_9f265d1c0575["astro.config.mjs"] b05fd4c1_a3ee_3301_adcd_43b49bae78f1["mdx"] bb1f1e6e_a356_d5d5_a6ea_9f265d1c0575 --> b05fd4c1_a3ee_3301_adcd_43b49bae78f1 style bb1f1e6e_a356_d5d5_a6ea_9f265d1c0575 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import mdx from '@astrojs/mdx';
export default {
site: 'https://mdx-is-neat.com/',
markdown: {
syntaxHighlight: false,
},
integrations: [mdx()],
vite: {
build: {
// Enabling sourcemap may crash the build when using `import.meta.env.UNKNOWN_VAR`
// https://github.com/withastro/astro/issues/9012
sourcemap: true,
},
},
}
Dependencies
- mdx
Source
Frequently Asked Questions
What does astro.config.mjs do?
astro.config.mjs is a source file in the astro codebase, written in javascript.
What does astro.config.mjs depend on?
astro.config.mjs imports 1 module(s): mdx.
Where is astro.config.mjs in the architecture?
astro.config.mjs is located at packages/integrations/mdx/test/fixtures/mdx-vite-env-vars/astro.config.mjs (directory: packages/integrations/mdx/test/fixtures/mdx-vite-env-vars).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free