Skip to content

Commit

Permalink
🚧 🔧 config: test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bytevictor committed Mar 28, 2024
1 parent 7d5543d commit f538c68
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 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
11 changes: 0 additions & 11 deletions next.config.mjs

This file was deleted.

0 comments on commit f538c68

Please sign in to comment.