Skip to content

Commit b60d94a

Browse files
committed
add CNAME
1 parent 596d6c7 commit b60d94a

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

next.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
33
output: 'export',
4+
basePath: '',
5+
trailingSlash: true,
46
};
57

68
export default nextConfig;

public/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dev.collinkan.com

0 commit comments

Comments
 (0)