Home / File/ astro.config.ts — astro Source File

astro.config.ts — astro Source File

Architecture documentation for astro.config.ts, a typescript file in the astro codebase. 4 imports, 0 dependents.

Entity Profile

Dependency Diagram

graph LR
  2e954e1d_7b05_d371_ddc4_d5ac195d761e["astro.config.ts"]
  c7ffa4ce_010c_7ea5_dae5_5dbecd5ec1ca["test-image-service.js"]
  2e954e1d_7b05_d371_ddc4_d5ac195d761e --> c7ffa4ce_010c_7ea5_dae5_5dbecd5ec1ca
  fb1cb1ea_03bd_c4c5_f29a_ff1b9c6499cd["testImageService"]
  2e954e1d_7b05_d371_ddc4_d5ac195d761e --> fb1cb1ea_03bd_c4c5_f29a_ff1b9c6499cd
  b05fd4c1_a3ee_3301_adcd_43b49bae78f1["mdx"]
  2e954e1d_7b05_d371_ddc4_d5ac195d761e --> b05fd4c1_a3ee_3301_adcd_43b49bae78f1
  3b10c06c_a805_be1f_3a3d_1f00ea858ef5["config"]
  2e954e1d_7b05_d371_ddc4_d5ac195d761e --> 3b10c06c_a805_be1f_3a3d_1f00ea858ef5
  style 2e954e1d_7b05_d371_ddc4_d5ac195d761e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import mdx from '@astrojs/mdx';
import { testImageService } from '../../../../../astro/test/test-image-service.js';
import { defineConfig } from 'astro/config';

export default defineConfig({
	integrations: [mdx()],
	image: {
		service: testImageService(),
		responsiveStyles: true
	}
})

Domain

Frequently Asked Questions

What does astro.config.ts do?
astro.config.ts is a source file in the astro codebase, written in typescript. It belongs to the CoreAstro domain.
What does astro.config.ts depend on?
astro.config.ts imports 4 module(s): config, mdx, test-image-service.js, testImageService.
Where is astro.config.ts in the architecture?
astro.config.ts is located at packages/integrations/mdx/test/fixtures/mdx-images/astro.config.ts (domain: CoreAstro, directory: packages/integrations/mdx/test/fixtures/mdx-images).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free