Skip to content

Commit

Permalink
Update NextConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
juni37 authored Dec 16, 2023
1 parent ca16ec5 commit 9091beb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {}
const nextConfig = {
output: 'export',
trailingSlash: true
}

module.exports = nextConfig

0 comments on commit 9091beb

Please sign in to comment.