Skip to content

Commit

Permalink
buils: bump next js version
Browse files Browse the repository at this point in the history
  • Loading branch information
pure-js committed Nov 7, 2024
1 parent d1e4abb commit 92565c4
Show file tree
Hide file tree
Showing 20 changed files with 8,704 additions and 13,598 deletions.
11 changes: 0 additions & 11 deletions app/manufacturers/[id]/page.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
7 changes: 7 additions & 0 deletions next.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import type { NextConfig } from "next";

const nextConfig: NextConfig = {
/* config options here */
};

export default nextConfig;
Loading

0 comments on commit 92565c4

Please sign in to comment.