Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manojkgorle committed Jan 5, 2025
1 parent be6ceea commit c93d1a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
basePath: "/website",
};

import withVideos from "next-videos";

Expand Down

0 comments on commit c93d1a6

Please sign in to comment.