Skip to content

Commit

Permalink
Add custom distribution directory and include data directory in Tailw…
Browse files Browse the repository at this point in the history
…ind config
  • Loading branch information
StarOne01 committed Jan 13, 2025
1 parent c28a263 commit c2523b6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
distDir: 'dist',
};
module.exports = nextConfig;
Binary file removed public/pexels-esan-2085998.jpg
Binary file not shown.
1 change: 1 addition & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const config: Config = {
"./src/pages/**/*.{js,ts,jsx,tsx,mdx}",
"./src/components/**/*.{js,ts,jsx,tsx,mdx}",
"./src/app/**/*.{js,ts,jsx,tsx,mdx}",
"./src/data/**/*.{js,ts,jsx,tsx,mdx}",
],
theme: {

Expand Down

0 comments on commit c2523b6

Please sign in to comment.