Skip to content

Commit

Permalink
add: markdown rendering
Browse files Browse the repository at this point in the history
change chatgpt to freegpt
  • Loading branch information
devashish2024 committed Apr 10, 2024
1 parent 852b778 commit d782731
Show file tree
Hide file tree
Showing 6 changed files with 1,432 additions and 71 deletions.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
basePath: "/chatgpt-clone",
// basePath: "/chatgpt-clone",
};

export default nextConfig;
Loading

0 comments on commit d782731

Please sign in to comment.