Skip to content

Commit

Permalink
style correction
Browse files Browse the repository at this point in the history
  • Loading branch information
darsan-in committed Jul 3, 2024
1 parent c475b20 commit adbe974
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build"
"build": "next build",
"start": "next start"
},
"keywords": [],
"dependencies": {
Expand All @@ -51,4 +52,4 @@
"ts-node": "10.9.2",
"typescript": "5.4.5"
}
}
}
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./app/**/*.{js,ts,jsx,tsx,mdx}"],
content: ["./app/**/*.{js,ts,jsx,tsx,mdx}", "./meta.tsx"],
theme: {
extend: {
fontFamily: {
Expand Down

0 comments on commit adbe974

Please sign in to comment.