Skip to content

Commit b659627

Browse files
committed
main: Added asitemap and also fixed a url to a repo
1 parent d77d80a commit b659627

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

public/sitemap.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://www.wazzac.dev/</loc>
5+
<lastmod>2024-09-16</lastmod>
6+
<changefreq>monthly</changefreq>
7+
<priority>1.0</priority>
8+
</url>
9+
<url>
10+
<loc>https://www.wazzac.dev/projects</loc>
11+
<lastmod>2024-09-16</lastmod>
12+
<changefreq>monthly</changefreq>
13+
<priority>0.8</priority>
14+
</url>
15+
<url>
16+
<loc>https://www.wazzac.dev/about</loc>
17+
<lastmod>2024-09-16</lastmod>
18+
<changefreq>monthly</changefreq>
19+
<priority>0.5</priority>
20+
</url>
21+
</urlset>

src/data/projects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const projects = [
88
category: "Laravel Package",
99
img: require("@/assets/images/github-domtranslate.jpg"),
1010
description: "The Laravel Auto-Translation Package enables seamless multilingual support by allowing you to define phrases for automatic translation within your Laravel application. Using a built-in Blade directive, you can easily mark phrases that need translation before they are displayed to the user. This package simplifies multi-language management.",
11-
externalLink: "https://github.com/wazzac/domTranslate",
11+
externalLink: "https://github.com/wazzac/laravel-translate",
1212
},
1313
{
1414
id: 2,

0 commit comments

Comments
 (0)