diff --git a/next.config.mjs b/next.config.mjs index 94b22ee..f98656b 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -6,7 +6,8 @@ const nextConfig = { }, output: 'export', distDir: 'out', - basePath: '/typer' + // Name of your Github project + basePath: '/animations' }; export default nextConfig; \ No newline at end of file