diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 8a2df2501d76..1a5679f03e9c 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -853,15 +853,6 @@ export interface AstroUserConfig { * inside a `dist/pages/` directory, and the emitted files will keep the same file paths * of the `src/pages` directory. * - * Inside the `dist/` directory, the pages will look like this: - * ```plaintext - * ├── pages - * │ ├── blog - * │ │ ├── entry._slug_.astro.mjs - * │ │ └── entry.about.astro.mjs - * │ └── entry.index.astro.mjs - * ``` - * * ```js * { * build: {