Commit Graph

15 Commits

Author SHA1 Message Date
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