Skip to content

Commit

Permalink
fix(dashboard): fix file format to pass linting (#14948)
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Chien <[email protected]>
  • Loading branch information
stdrc authored Feb 4, 2024
1 parent b42bde3 commit 887a9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @type {import('next').NextConfig}
*/
const nextConfig = {
output: 'export',
output: "export",
trailingSlash: true,
}

Expand Down

0 comments on commit 887a9dd

Please sign in to comment.