Skip to content

Commit 2360bc7

Browse files
committed
chore: update all URLs and paths to reflect repository rename to lexijawa
1 parent 81da9cc commit 2360bc7

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

web/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/Hanacaraka/vite.svg" />
5+
<link rel="icon" type="image/svg+xml" href="/lexijawa/vite.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77

88
<!-- Primary Meta Tags -->
@@ -11,7 +11,7 @@
1111
<meta name="description" content="A converter tool to turn Latin to Javanese Script with a comprehensive learning guide to learn Javanese. Alat konverter untuk merubah Latin ke Aksara Jawa." />
1212
<meta name="keywords" content="Javanese script, Aksara Jawa, Latin to Javanese, converter, Javanese language, Indonesia, typography, cara nulis aksara jawa, nulis aksara jawa online, javanese converter, hanacaraka converter" />
1313
<meta name="author" content="honsda" />
14-
<link rel="canonical" href="https://honsda.github.io/Hanacaraka/" />
14+
<link rel="canonical" href="https://honsda.github.io/lexijawa/" />
1515

1616
<!-- Google Fonts for Javanese Script Support (Fallback) -->
1717
<link rel="preconnect" href="https://fonts.googleapis.com">
@@ -24,7 +24,7 @@
2424
"@context": "https://schema.org",
2525
"@type": "WebApplication",
2626
"name": "LexiJawa",
27-
"url": "https://honsda.github.io/Hanacaraka/",
27+
"url": "https://honsda.github.io/lexijawa/",
2828
"description": "A converter tool to turn Latin to Javanese Script with a comprehensive learning guide to learn Javanese. Alat konverter untuk merubah Latin ke Aksara Jawa.",
2929
"applicationCategory": "EducationalApplication",
3030
"operatingSystem": "All",
@@ -42,17 +42,17 @@
4242

4343
<!-- Open Graph / Facebook / Discord -->
4444
<meta property="og:type" content="website" />
45-
<meta property="og:url" content="https://honsda.github.io/Hanacaraka/" />
45+
<meta property="og:url" content="https://honsda.github.io/lexijawa/" />
4646
<meta property="og:title" content="LexiJawa - Latin to Javanese Script Converter" />
4747
<meta property="og:description" content="A converter tool to turn Latin to Javanese Script with a comprehensive learning guide to learn Javanese. Alat konverter untuk merubah Latin ke Aksara Jawa." />
48-
<meta property="og:image" content="https://honsda.github.io/Hanacaraka/vite.svg" /> <!-- Recommended: Add a 1200x630px image here later -->
48+
<meta property="og:image" content="https://honsda.github.io/lexijawa/vite.svg" /> <!-- Recommended: Add a 1200x630px image here later -->
4949

5050
<!-- Twitter -->
5151
<meta property="twitter:card" content="summary_large_image" />
52-
<meta property="twitter:url" content="https://honsda.github.io/Hanacaraka/" />
52+
<meta property="twitter:url" content="https://honsda.github.io/lexijawa/" />
5353
<meta property="twitter:title" content="LexiJawa - Latin to Javanese Script Converter" />
5454
<meta property="twitter:description" content="A converter tool to turn Latin to Javanese Script with a comprehensive learning guide to learn Javanese. Alat konverter untuk merubah Latin ke Aksara Jawa." />
55-
<meta property="twitter:image" content="https://honsda.github.io/Hanacaraka/vite.svg" />
55+
<meta property="twitter:image" content="https://honsda.github.io/lexijawa/vite.svg" />
5656

5757
<!-- Additional SEO -->
5858
<meta name="robots" content="index, follow" />

web/public/robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
User-agent: *
22
Allow: /
33

4-
Sitemap: https://honsda.github.io/Hanacaraka/sitemap.xml
4+
Sitemap: https://honsda.github.io/lexijawa/sitemap.xml

web/public/sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
4-
<loc>https://honsda.github.io/Hanacaraka/</loc>
4+
<loc>https://honsda.github.io/lexijawa/</loc>
55
<lastmod>2026-03-05</lastmod>
66
<changefreq>monthly</changefreq>
77
<priority>1.0</priority>

web/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import { svelte } from '@sveltejs/vite-plugin-svelte'
33

44
// https://vite.dev/config/
55
export default defineConfig({
6-
base: '/Hanacaraka/',
6+
base: '/lexijawa/',
77
plugins: [svelte()],
88
})

0 commit comments

Comments
 (0)