Skip to content

Commit

Permalink
Merge pull request #112 from MOVIEJOJO7/Feature/#111
Browse files Browse the repository at this point in the history
Fix : 배포 tailwind CSS 스타일링 적용 안되는 오류 수정
  • Loading branch information
TaePoong719 authored Nov 16, 2023
2 parents af6adb1 + ae93685 commit 31be03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const withMT = require('@material-tailwind/react/utils/withMT');
const config: Config = withMT({
content: [
'./pages/**/*.{js,ts,jsx,tsx,mdx}',
'./components/**/*.{js,ts,jsx,tsx,mdx}',
'./Components/**/*.{js,ts,jsx,tsx,mdx}',
'./app/**/*.{js,ts,jsx,tsx,mdx}',
'./node_modules/@material-tailwind/react/components/**/*.{js,ts,jsx,tsx}',
'./node_modules/@material-tailwind/react/theme/components/**/*.{js,ts,jsx,tsx}',
Expand Down

0 comments on commit 31be03b

Please sign in to comment.