diff --git a/.gitignore b/.gitignore index f650315..37c2b6f 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,4 @@ yarn-error.log* # typescript *.tsbuildinfo -next-env.d.ts \ No newline at end of file +next-env.d.ts diff --git a/README.md b/README.md index 1d91db2..98cf27b 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,4 @@ Continue building your app on: 1. Create and modify your project using [v0.app](https://v0.app) 2. Deploy your chats from the v0 interface 3. Changes are automatically pushed to this repository -4. Vercel deploys the latest version from this repository \ No newline at end of file +4. Vercel deploys the latest version from this repository diff --git a/next.config.mjs b/next.config.mjs index 2033beb..ffcb344 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,5 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { + output: 'export', eslint: { ignoreDuringBuilds: true, }, @@ -11,4 +12,4 @@ const nextConfig = { }, } -export default nextConfig \ No newline at end of file +export default nextConfig diff --git a/package.json b/package.json index 2826b02..23d07d5 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@radix-ui/react-select": "2.1.4", "@radix-ui/react-separator": "1.1.1", "@radix-ui/react-slider": "1.2.2", - "@radix-ui/react-slot": "1.1.1", + "@radix-ui/react-slot": "latest", "@radix-ui/react-switch": "1.1.2", "@radix-ui/react-tabs": "1.1.2", "@radix-ui/react-toast": "1.2.4", @@ -48,7 +48,7 @@ "input-otp": "1.4.1", "lucide-react": "^0.454.0", "next": "14.2.16", - "next-themes": "^0.4.6", + "next-themes": "latest", "react": "^18", "react-day-picker": "9.8.0", "react-dom": "^18", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e8fdd1a..08db9e0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -72,8 +72,8 @@ importers: specifier: 1.2.2 version: 1.2.2(@types/react-dom@18.0.0)(@types/react@18.0.0)(react-dom@18.0.0(react@18.0.0))(react@18.0.0) '@radix-ui/react-slot': - specifier: 1.1.1 - version: 1.1.1(@types/react@18.0.0)(react@18.0.0) + specifier: latest + version: 1.2.3(@types/react@18.0.0)(react@18.0.0) '@radix-ui/react-switch': specifier: 1.1.2 version: 1.1.2(@types/react-dom@18.0.0)(@types/react@18.0.0)(react-dom@18.0.0(react@18.0.0))(react@18.0.0) @@ -126,7 +126,7 @@ importers: specifier: 14.2.16 version: 14.2.16(react-dom@18.0.0(react@18.0.0))(react@18.0.0) next-themes: - specifier: ^0.4.6 + specifier: latest version: 0.4.6(react-dom@18.0.0(react@18.0.0))(react@18.0.0) react: specifier: ^18