Skip to content

Commit bb447b0

Browse files
committed
fix: update baseUrl for custom domain haft.kashifkhan.dev
1 parent 1c861b6 commit bb447b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ const config: Config = {
1111
v4: true,
1212
},
1313

14-
url: 'https://kashifkhn.github.io',
15-
baseUrl: '/haft/',
14+
url: 'https://haft.kashifkhan.dev',
15+
baseUrl: '/',
1616

1717
organizationName: 'KashifKhn',
1818
projectName: 'haft',

0 commit comments

Comments
 (0)