Skip to content

Commit

Permalink
next: Use absolute URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
phlmn committed Oct 7, 2023
1 parent bb40c11 commit 6150fc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
assetPrefix: './',
};

module.exports = nextConfig;

0 comments on commit 6150fc7

Please sign in to comment.