diff --git a/package.json b/package.json index fc52bb0..493888f 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,8 @@ "private": false, "scripts": { "dev": "next dev", - "build": "next build" + "build": "next build", + "start": "next start" }, "keywords": [], "dependencies": { @@ -51,4 +52,4 @@ "ts-node": "10.9.2", "typescript": "5.4.5" } -} +} \ No newline at end of file diff --git a/tailwind.config.js b/tailwind.config.js index 0c5cab9..e7180b5 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -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: {