From 7be2a78581a80890c70ec2dfc44f93b3226a50da Mon Sep 17 00:00:00 2001 From: Brijesh Bittu Date: Tue, 5 Nov 2024 15:32:50 +0530 Subject: [PATCH] remove unused files --- docs/next.config.ts | 1 - docs/public/file.svg | 1 - docs/public/globe.svg | 1 - docs/public/next.svg | 1 - docs/public/vercel.svg | 1 - docs/public/window.svg | 1 - 6 files changed, 6 deletions(-) delete mode 100644 docs/public/file.svg delete mode 100644 docs/public/globe.svg delete mode 100644 docs/public/next.svg delete mode 100644 docs/public/vercel.svg delete mode 100644 docs/public/window.svg diff --git a/docs/next.config.ts b/docs/next.config.ts index 2c494609..edca3bd0 100644 --- a/docs/next.config.ts +++ b/docs/next.config.ts @@ -6,7 +6,6 @@ import { theme as baseTheme } from './src/theme'; const DATA_DIR = path.join(process.cwd(), 'data'); const nextConfig: NextConfig = { - /* config options here */ trailingSlash: false, env: { DATA_DIR, diff --git a/docs/public/file.svg b/docs/public/file.svg deleted file mode 100644 index 004145cd..00000000 --- a/docs/public/file.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/docs/public/globe.svg b/docs/public/globe.svg deleted file mode 100644 index 567f17b0..00000000 --- a/docs/public/globe.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/docs/public/next.svg b/docs/public/next.svg deleted file mode 100644 index 5174b28c..00000000 --- a/docs/public/next.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/docs/public/vercel.svg b/docs/public/vercel.svg deleted file mode 100644 index 77053960..00000000 --- a/docs/public/vercel.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/docs/public/window.svg b/docs/public/window.svg deleted file mode 100644 index b2b2a44f..00000000 --- a/docs/public/window.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file