chore: update Dockerfile for pnpm, modify package.json dependencies, and implement rate limiting
- Switched from npm to pnpm for dependency management in Dockerfile, improving build efficiency. - Updated Vue and Vue Router versions in package.json for better compatibility. - Changed placeholder URLs in site.ts to actual Fiverr links and adjusted review count. - Removed obsolete sitemap.xml file to streamline the project. - Added a new rate limiting plugin to manage API request limits for the contact endpoint.
This commit is contained in:
@@ -1,86 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
|
||||
|
||||
<!-- Home Page -->
|
||||
<url>
|
||||
<loc>https://killiandalcin.fr/</loc>
|
||||
<lastmod>2025-07-07</lastmod>
|
||||
</url>
|
||||
|
||||
<!-- Fiverr Services Page -->
|
||||
<url>
|
||||
<loc>https://killiandalcin.fr/fiverr</loc>
|
||||
<lastmod>2025-07-07</lastmod>
|
||||
</url>
|
||||
|
||||
<!-- Projects Portfolio Page -->
|
||||
<url>
|
||||
<loc>https://killiandalcin.fr/projects</loc>
|
||||
<lastmod>2025-07-07</lastmod>
|
||||
</url>
|
||||
|
||||
<!-- Contact Page -->
|
||||
<url>
|
||||
<loc>https://killiandalcin.fr/contact</loc>
|
||||
<lastmod>2025-07-07</lastmod>
|
||||
</url>
|
||||
|
||||
<!-- About Page -->
|
||||
<url>
|
||||
<loc>https://killiandalcin.fr/about</loc>
|
||||
<lastmod>2025-07-07</lastmod>
|
||||
</url>
|
||||
|
||||
<!-- Formation/Training Page -->
|
||||
<url>
|
||||
<loc>https://killiandalcin.fr/formation</loc>
|
||||
<lastmod>2025-07-07</lastmod>
|
||||
</url>
|
||||
|
||||
<!-- Dynamic Project Detail Pages -->
|
||||
|
||||
<!-- Virtual Tour Project -->
|
||||
<url>
|
||||
<loc>https://killiandalcin.fr/project/virtual-tour</loc>
|
||||
<lastmod>2025-07-07</lastmod>
|
||||
</url>
|
||||
|
||||
<!-- Xinko Discord Bot Project -->
|
||||
<url>
|
||||
<loc>https://killiandalcin.fr/project/xinko</loc>
|
||||
<lastmod>2025-07-07</lastmod>
|
||||
</url>
|
||||
|
||||
<!-- Image Manipulation NPM Package -->
|
||||
<url>
|
||||
<loc>https://killiandalcin.fr/project/image-manipulation</loc>
|
||||
<lastmod>2025-07-07</lastmod>
|
||||
</url>
|
||||
|
||||
<!-- Flowboard Project Management App -->
|
||||
<url>
|
||||
<loc>https://killiandalcin.fr/project/flowboard</loc>
|
||||
<lastmod>2025-07-07</lastmod>
|
||||
</url>
|
||||
|
||||
<!-- Primate Web Admin Project -->
|
||||
<url>
|
||||
<loc>https://killiandalcin.fr/project/primate-web-admin</loc>
|
||||
<lastmod>2025-07-07</lastmod>
|
||||
</url>
|
||||
|
||||
<!-- Instagram Bot Project -->
|
||||
<url>
|
||||
<loc>https://killiandalcin.fr/project/instagram-bot</loc>
|
||||
<lastmod>2025-07-07</lastmod>
|
||||
</url>
|
||||
|
||||
<!-- Crowdin Status Bot Project -->
|
||||
<url>
|
||||
<loc>https://killiandalcin.fr/project/crowdin-status-bot</loc>
|
||||
<lastmod>2025-07-07</lastmod>
|
||||
</url>
|
||||
|
||||
</urlset>
|
||||
Reference in New Issue
Block a user