Skip to content

Commit

Permalink
Update project references to chaotictrials.github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
MelanX committed Aug 31, 2024
1 parent b810883 commit 0fd3b61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const config: Config = {
baseUrl: '/',

organizationName: 'ChaoticTrials',
projectName: 'Website',
projectName: 'chaotictrials.github.io',

onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
Expand All @@ -38,7 +38,7 @@ const config: Config = {
{
docs: {
sidebarPath: './sidebars.ts',
editUrl: 'https://github.com/ChaoticTrials/Website/tree/main/',
editUrl: 'https://github.com/ChaoticTrials/chaotictrials.github.io/tree/main/',
versions: {
current: {
label: `${getNextVersionName()}`,
Expand All @@ -52,7 +52,7 @@ const config: Config = {
type: ['rss', 'atom'],
xslt: true,
},
editUrl: 'https://github.com/ChaoticTrials/Website/tree/main/',
editUrl: 'https://github.com/ChaoticTrials/chaotictrials.github.io/tree/main/',
onInlineTags: 'warn',
onInlineAuthors: 'warn',
onUntruncatedBlogPosts: 'warn',
Expand Down Expand Up @@ -107,7 +107,7 @@ const config: Config = {
dropdownActiveClassDisabled: true,
},
{
href: 'https://github.com/ChaoticTrials/Website',
href: 'https://github.com/ChaoticTrials/chaotictrials.github.io',
label: 'GitHub',
position: 'right',
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/DependencyTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface Project {

// Define a global constant for the headers
const HEADERS = {
'User-Agent': 'GitHub@ChaoticTrials/Website'
'User-Agent': 'GitHub@ChaoticTrials/chaotictrials.github.io'
};

const CACHE_EXPIRATION_MS = 5 * 60 * 1000;
Expand Down

0 comments on commit 0fd3b61

Please sign in to comment.