Skip to content

Commit

Permalink
remove plain text
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Jun 21, 2023
1 parent c655370 commit 47d5a23
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/astro/src/@types/astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 47d5a23

Please sign in to comment.