Skip to content

Commit

Permalink
Update docs/02-app/01-building-your-application/06-configuring/06-src…
Browse files Browse the repository at this point in the history
…-directory.mdx
  • Loading branch information
delbaoliveira authored Jun 22, 2023
1 parent c0fe3e7 commit 5e3d18c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ To use the `src` directory, move the `app` Router folder or `pages` Router folde
> - `.env.*` files should remain in the root of your project.
> - `src/app` or `src/pages` will be ignored if `app` or `pages` are present in the root directory.
> - If you're using `src`, you'll probably also move other application folders such as `/components` or `/lib`.
> - If you're using Tailwind CSS, you'll need to add the `/src` prefix to the `tailwind.config.js` file in the content section.
> - If you're using Tailwind CSS, you'll need to add the `/src` prefix to the `tailwind.config.js` file in the [content section](https://tailwindcss.com/docs/content-configuration).

0 comments on commit 5e3d18c

Please sign in to comment.