Skip to content

Commit 3113d99

Browse files
committed
Fix baseUrl 수정
1 parent 2f2ea05 commit 3113d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const config = {
1515
url: 'https://laravel.chanhyung.kim',
1616
// Set the /<baseUrl>/ pathname under which your site is served
1717
// For GitHub pages deployment, it is often '/<projectName>/'
18-
baseUrl: '/laravel-docs-web/',
18+
baseUrl: '/',
1919

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

0 commit comments

Comments
 (0)