chore: format
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import type { NextConfig } from "next"
|
||||
import nextra from "nextra"
|
||||
import type { NextConfig } from "next";
|
||||
import nextra from "nextra";
|
||||
|
||||
const withNextra = nextra({})
|
||||
const withNextra = nextra({});
|
||||
|
||||
const nextConfig: NextConfig = {}
|
||||
const nextConfig: NextConfig = {};
|
||||
|
||||
export default withNextra(nextConfig)
|
||||
export default withNextra(nextConfig);
|
||||
|
||||
Reference in New Issue
Block a user