Skip to content

Commit 2e1f916

Browse files
committed
Add ugly note about Next.js src directory
1 parent 1ce38d9 commit 2e1f916

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/pages/docs/guides/nextjs.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ let tabs = [
6666
> content: [
6767
> "./pages/**/*.{js,ts,jsx,tsx}",
6868
> "./components/**/*.{js,ts,jsx,tsx}",
69+
> ​
70+
> // Or if using \`src\` directory:
71+
> "./src/**/*.{js,ts,jsx,tsx}",
6972
> ],
7073
theme: {
7174
extend: {},
@@ -190,6 +193,9 @@ let tabs = [
190193
> "./app/**/*.{js,ts,jsx,tsx}",
191194
> "./pages/**/*.{js,ts,jsx,tsx}",
192195
> "./components/**/*.{js,ts,jsx,tsx}",
196+
> ​
197+
> // Or if using \`src\` directory:
198+
> "./src/**/*.{js,ts,jsx,tsx}",
193199
> ],
194200
theme: {
195201
extend: {},

0 commit comments

Comments
 (0)