Skip to content

Commit

Permalink
fix site names
Browse files Browse the repository at this point in the history
  • Loading branch information
txnitxnichopper committed Oct 17, 2024
1 parent cfe977f commit 1f908dd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# TxniTemplate
# Immersive Messages

Read the documentation at https://immersive.txni.dev/

2 changes: 1 addition & 1 deletion wiki/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default defineConfig({
],

socialLinks: [
{ icon: 'github', link: 'https://github.com/txnimc/TxniTemplate' },
{ icon: 'github', link: 'https://github.com/txnimc/ImmersiveMessages' },
{ icon: 'discord', link: 'https://discord.gg/kS7auUeYmc'}
],
sitemap: {
Expand Down
6 changes: 3 additions & 3 deletions wiki/.vitepress/seo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ export function applySEO(pageData: PageData) {
addTag(
pageData,
"og:title",
pageData.title === "TxniTemplate"
? `TxniTemplate`
: `${pageData.title} | TxniTemplate`
pageData.title === "Immersive Messages API"
? `Immersive Messages API`
: `${pageData.title} | Immersive Messages API`
);

addTag(pageData, "og:type", "website");
Expand Down
3 changes: 0 additions & 3 deletions wiki/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ layout: home
hero:
name: "Immersive Messages API"
text: ""
image:
src: /assets/blahaj-min.png
alt: TxniTemplate
tagline: Minecraft Library for Communicating with Players
actions:
- theme: brand
Expand Down

0 comments on commit 1f908dd

Please sign in to comment.