Skip to content

Commit

Permalink
next build && next export
Browse files Browse the repository at this point in the history
  • Loading branch information
zobkazi committed Nov 27, 2024
1 parent 0a746a6 commit 69b94d0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
4 changes: 3 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
output: "export",
};

export default nextConfig;
2 changes: 1 addition & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const config: Config = {
foreground: "var(--foreground)",
},
fontFamily: {
bengali: ['"Noto Sans Bengali"', 'sans-serif'], // Replace with your preferred font
bengali: ['"Noto Sans Bengali"', 'sans-serif']
},
},
},
Expand Down

0 comments on commit 69b94d0

Please sign in to comment.