Skip to content

Commit cf031d1

Browse files
committed
Updates base URL for GitHub Pages deployment
Updates the base URL in the Docusaurus configuration file to correctly serve the site under the "AirPrint_Bridge" path on GitHub Pages. This ensures that the application functions correctly when deployed to GitHub Pages.
1 parent 10fda0d commit cf031d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const config: Config = {
1818
url: "https://sapireli.github.io",
1919
// Set the /<baseUrl>/ pathname under which your site is served
2020
// For GitHub pages deployment, it is often '/<projectName>/'
21-
baseUrl: "/",
21+
baseUrl: "/AirPrint_Bridge/",
2222

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

0 commit comments

Comments
 (0)