Skip to content

Commit

Permalink
feat: add SSG and ghpages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Conrad Schmidt committed Dec 8, 2023
1 parent 27257fe commit b0e34aa
Show file tree
Hide file tree
Showing 5 changed files with 9,073 additions and 816 deletions.
6 changes: 5 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
trailingSlash: true,
output: 'export',
basePath: '/carbon-tutorial-nextjs',
};

module.exports = nextConfig;
Loading

0 comments on commit b0e34aa

Please sign in to comment.