Skip to content

Commit

Permalink
fix: fix a type in project name
Browse files Browse the repository at this point in the history
  • Loading branch information
AmooHashem committed Sep 28, 2024
1 parent 6b6d49c commit 080cc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const organizationName = "ssc-public";
const projectName = "Sofware-Engineering";
const projectName = "Software-Engineering";
const url = `https://${organizationName}.github.io`;
const baseUrl = `/${projectName}/`;

Expand Down

0 comments on commit 080cc5b

Please sign in to comment.