Skip to content

Commit a3fe73c

Browse files
initcronclaude
andcommitted
fix(docs): set baseUrl to /302-llmops/ for GitHub Pages
GitHub Pages serves at schoolofdevops.github.io/302-llmops/ — baseUrl / causes assets to 404. Also update url to match the actual Pages host. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3d4f6c8 commit a3fe73c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

course-content/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://llmops.schoolofdevops.com',
15-
baseUrl: '/',
14+
url: 'https://schoolofdevops.github.io',
15+
baseUrl: '/302-llmops/',
1616

1717
organizationName: 'schoolofdevops',
1818
projectName: '302-llmops',

0 commit comments

Comments
 (0)