mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-19 21:20:36 +03:00
change website
This commit is contained in:
@@ -29,6 +29,10 @@ const nextConfig = {
|
||||
unoptimized: true,
|
||||
},
|
||||
pageExtensions: ['js', 'jsx', 'ts', 'tsx', 'md', 'mdx'],
|
||||
basePath: '/OverlayScrollbars',
|
||||
eslint: {
|
||||
ignoreDuringBuilds: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default withMDX(nextConfig);
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user