Skip to content

Commit

Permalink
removed extra cname
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwardius committed May 30, 2024
1 parent fe846ee commit e8ebff7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = withNextra()

/** @type {import('next').NextConfig} */
const nextConfig = {
basePath: "/wato_wiki"
basePath: "/wato_wiki",
output: "export",
reactStrictMode: true,
};
Expand Down

0 comments on commit e8ebff7

Please sign in to comment.