Skip to content

Commit 223db0d

Browse files
author
Jacob Lamb
authored
Update index.mdx (#1822)
1 parent 020a2b0 commit 223db0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/blog/tailwindcss-v4-alpha/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ $ npm install tailwindcss@next @tailwindcss/vite@next
270270

271271
Then add our plugin to your `vite.config.ts` file:
272272

273-
```ts {{ filename: 'vite-config.ts' }}
273+
```ts {{ filename: 'vite.config.ts' }}
274274
import tailwindcss from '@tailwindcss/vite'
275275
import { defineConfig } from 'vite'
276276

0 commit comments

Comments
 (0)