Skip to content

Commit

Permalink
Merge pull request #2 from sumitbatwani/chores
Browse files Browse the repository at this point in the history
deployment config added
  • Loading branch information
sumitbatwani authored Oct 18, 2023
2 parents 4146e9f + 4bd4b6d commit 3ebe98d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/**
* @type {import('next').NextConfig}
*/
const nextConfig = {
output: 'export',

// Optional: Change links `/me` -> `/me/` and emit `/me.html` -> `/me/index.html`
// trailingSlash: true,

// Optional: Prevent automatic `/me` -> `/me/`, instead preserve `href`
// skipTrailingSlashRedirect: true,

// Optional: Change the output directory `out` -> `dist`
// distDir: 'dist',
}

module.exports = nextConfig

0 comments on commit 3ebe98d

Please sign in to comment.