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);
+1 -1
View File
@@ -2,7 +2,7 @@
"private": true,
"scripts": {
"dev": "concurrently \"node esbuild.mjs -w\" \"wait-on -d 2000 ./next-app/src && cd next-app && next dev\"",
"build": "node esbuild.mjs && cd next-app && next build && next export",
"build": "node esbuild.mjs -p && cd next-app && next build && next export",
"start": "node esbuild.mjs && cd next-app && next start"
},
"dependencies": {
+5 -1
View File
@@ -77,7 +77,11 @@ const IndexPage: NextPage = () => {
This page is a work in progress. For now refer to the TypeScript definitions for a more
detailed documentation.
<br />
Looking for the v1 docs? Follow this link.
Looking for the v1 docs?{' '}
<a href="/v1" className="text-primary-blue2 underline">
Follow this link
</a>
.
</p>
<div className="mx-auto flex sm:flex-row justify-center gap-2 items-center flex-wrap">
<a href="https://www.npmjs.com/package/overlayscrollbars">