Skip to content

Commit

Permalink
🚚 chore: move next config to ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ezeparziale committed Nov 18, 2024
1 parent a65f085 commit deee29c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions next.config.mjs → next.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
import type { NextConfig } from "next"

const nextConfig: NextConfig = {
images: {
remotePatterns: [{ hostname: "raw.githubusercontent.com" }],
},
Expand Down

0 comments on commit deee29c

Please sign in to comment.