Commit Graph

18 Commits

Author SHA1 Message Date
966d946c77 Update Astro configuration to use Node adapter and adjust server settings
- Replaced Fastify adapter with Node for standalone mode.
- Maintained the inclusion of the @astrojs/prefetch integration for resource loading optimization.
2025-07-02 23:01:32 +02:00
efdd0c28d4 Update Astro configuration to use Fastify adapter and include prefetch integration
- Replaced the Node adapter with Fastify for improved performance.
- Added the @astrojs/prefetch integration to enhance resource loading.
- Updated server settings to adjust logging level and minification options.
- Modified package.json to include new dependencies for Fastify and prefetch.
2025-07-02 22:52:53 +02:00
3decfb7ded Update configuration and content for improved SEO and user experience
- Enhanced sitemap configuration to limit entries and ensure a single sitemap generation.
- Updated robots.txt to reflect the new sitemap URL.
- Revised metadata descriptions and titles across multiple pages for better SEO alignment.
- Obfuscated email address in the footer for improved privacy.
- Adjusted content in various pages to better reflect services offered and enhance clarity.
2025-06-07 18:40:47 +02:00
a56bc83d59 Add server configuration to Astro setup for external access
- Introduce server settings in astro.config.ts to specify port 3000 and enable external access.
- This change enhances the development environment by allowing connections from outside the local network.
2025-06-07 01:17:07 +02:00
0893e235c2 Update Astro configuration to switch from Netlify to Node adapter and update dependencies
- Replace Netlify adapter with Node adapter in astro.config.ts for standalone mode.
- Update package.json to reflect the new dependency on @astrojs/node.
- Modify package-lock.json to include updated versions of dependencies and remove Netlify-specific configurations from the contact form.
2025-06-07 00:44:48 +02:00
becarta
71c674392b Add Netlify adapter to Astro configuration for deployment support 2025-05-14 00:21:05 +02:00
becarta
93e66eb5df Remove Netlify adapter from Astro configuration and clean up translations by deleting unused sections for blog and Anti-Fingerprinting Shield Plus. This streamlines the project and improves maintainability. 2025-05-14 00:19:56 +02:00
becarta
a8509de9e4 allowed images from github 2025-02-26 02:18:06 +01:00
becarta
7d27d080f7 Enabled SSR 2025-02-26 01:58:42 +01:00
becarta
4b0cdaf83c Main page overhaul 2025-02-26 01:53:49 +01:00
becarta
b9c54ae77d Updated language selector 2025-02-18 01:53:19 +01:00
becarta
259aff8e14 tryiong to fix blog images 2025-02-13 22:27:15 +01:00
becarta
26365cb780 updated redirect 2025-02-11 02:51:53 +01:00
becarta
282d5764ff redirect update 2 2025-02-11 01:53:17 +01:00
becarta
53c1ee092a updated redirect ssr 2025-02-11 01:33:12 +01:00
Jumpei Ogawa
daa2017ab7 style: format 2024-08-28 10:19:12 +09:00
Jumpei Ogawa
06c39796d1 refactor: add typings 2024-08-28 10:18:04 +09:00
Jumpei Ogawa
e60c6c1069 refactor: convert JavaScript files to TypeScript 2024-08-28 10:17:24 +09:00