Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
manojLondhe committed Mar 14, 2024
1 parent 6c5550b commit a50c80a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type * as Preset from '@docusaurus/preset-classic';
const config: Config = {
title: 'Tekdi Docs',
tagline: 'CATALYSE. DIGITAL. TRANSFORMATION.',
favicon: 'img/favicon.ico',
favicon: 'img/favicon.png',

// Set the production url of your site here
url: 'https://tekdi.github.io',
Expand All @@ -17,7 +17,8 @@ const config: Config = {
// If you aren't using GitHub pages, you don't need these.
organizationName: 'tekdi', // Usually your GitHub org/user name.
projectName: 'tekdi.github.io', // Usually your repo name.
trailingSlash: false,
trailingSlash: false, // ++ Tekdi
deploymentBranch: 'gh-pages', // ++ Tekdi

onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function Home(): JSX.Element {
description="Description will go into a meta tag in <head />">
<HomepageHeader />
<main>
<HomepageFeatures />
{/* <HomepageFeatures /> */}
</main>
</Layout>
);
Expand Down
Binary file added static/img/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a50c80a

Please sign in to comment.