Skip to content

Commit

Permalink
[FIX] fmt prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Apr 25, 2023
1 parent f6d2645 commit 91b2907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @type {import('next').NextConfig} */
import socials from "./socials.json" assert { type: "json" }
import socials from './socials.json' assert { type: 'json' }

const nextConfig = {
swcMinify: true,
Expand Down

1 comment on commit 91b2907

@vercel
Copy link

@vercel vercel bot commented on 91b2907 Apr 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.