change website

This commit is contained in:
Rene Haas
2022-11-12 12:07:19 +01:00
parent 9c1402f197
commit d43ddb328a
178 changed files with 1593 additions and 184 deletions
+4
View File
@@ -29,6 +29,10 @@ const nextConfig = {
unoptimized: true,
},
pageExtensions: ['js', 'jsx', 'ts', 'tsx', 'md', 'mdx'],
basePath: '/OverlayScrollbars',
eslint: {
ignoreDuringBuilds: true,
},
};
export default withMDX(nextConfig);