Skip to content

Commit 5c81cc1

Browse files
Merge pull request #117 from anveshmuppeda/dev
fix: Update baseUrl in k8swebsite.config.ts for GitHub Pages deployment
2 parents 6051a8d + 072f34a commit 5c81cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8swebsite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const config: Config = {
1414
url: 'https://anveshmuppeda.com',
1515
// Set the /<baseUrl>/ pathname under which your site is served
1616
// For GitHub pages deployment, it is often '/<projectName>/'
17-
baseUrl: '/',
17+
baseUrl: '/kubernetes/',
1818

1919
// GitHub pages deployment config.
2020
// If you aren't using GitHub pages, you don't need these.

0 commit comments

Comments
 (0)