style: prettier format
This commit is contained in:
parent
bf4fb036c0
commit
47210601f4
6 changed files with 13 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
|||
import type { NextConfig } from "next";
|
||||
import type { NextConfig } from 'next';
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
output: "standalone",
|
||||
output: 'standalone',
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue