1
0

Done implementing basic stay tuned site with robots.txt and sitemap

This commit is contained in:
Michael Rieger
2025-09-16 19:00:56 +02:00
parent 5967768c25
commit 6832ad549e
18 changed files with 772 additions and 77 deletions
+11 -3
View File
@@ -1,13 +1,21 @@
// @ts-check
import { defineConfig } from 'astro/config';
import { defineConfig, passthroughImageService } from 'astro/config';
import vue from '@astrojs/vue';
import sitemap from "@astrojs/sitemap";
import robotsTxt from "astro-robots-txt";
import aiRobotsTxt from "astro-ai-robots-txt";
import removeComments from "astro-remove-comments";
// https://astro.build/config
export default defineConfig({
integrations: [vue()],
integrations: [vue(), sitemap(), robotsTxt(), aiRobotsTxt(), removeComments()],
i18n: {
locales: ["en", "de"],
defaultLocale: "en"
}
},
image: {
service: passthroughImageService(),
},
site: 'https://tideshiftdigital.com',
});
+5
View File
@@ -9,8 +9,13 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.5.1",
"@astrojs/vue": "^5.1.1",
"@astrolib/seo": "1.0.0-beta.8",
"astro": "^5.13.7",
"astro-ai-robots-txt": "^0.1.2",
"astro-remove-comments": "^0.0.1",
"astro-robots-txt": "^1.0.0",
"gsap": "^3.13.0",
"vue": "^3.5.21"
}
+475
View File
@@ -8,12 +8,27 @@ importers:
.:
dependencies:
'@astrojs/sitemap':
specifier: ^3.5.1
version: 3.5.1
'@astrojs/vue':
specifier: ^5.1.1
version: 5.1.1(@types/node@24.2.0)(astro@5.13.7(@types/node@24.2.0)(rollup@4.46.2)(typescript@5.9.2))(rollup@4.46.2)(vue@3.5.21(typescript@5.9.2))
'@astrolib/seo':
specifier: 1.0.0-beta.8
version: 1.0.0-beta.8(astro@5.13.7(@types/node@24.2.0)(rollup@4.46.2)(typescript@5.9.2))
astro:
specifier: ^5.13.7
version: 5.13.7(@types/node@24.2.0)(rollup@4.46.2)(typescript@5.9.2)
astro-ai-robots-txt:
specifier: ^0.1.2
version: 0.1.2(astro@5.13.7(@types/node@24.2.0)(rollup@4.46.2)(typescript@5.9.2))
astro-remove-comments:
specifier: ^0.0.1
version: 0.0.1(astro@5.13.7(@types/node@24.2.0)(rollup@4.46.2)(typescript@5.9.2))
astro-robots-txt:
specifier: ^1.0.0
version: 1.0.0
gsap:
specifier: ^3.13.0
version: 3.13.0
@@ -26,6 +41,9 @@ packages:
'@antfu/utils@0.7.10':
resolution: {integrity: sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==}
'@asamuzakjp/css-color@3.2.0':
resolution: {integrity: sha512-K1A6z8tS3XsmCMM86xoWdn7Fkdn9m6RSVtocUrJYIwZnFVkng/PvkEoWtOWmP+Scc6saYWHWZYbndEEXxl24jw==}
'@astrojs/compiler@2.12.2':
resolution: {integrity: sha512-w2zfvhjNCkNMmMMOn5b0J8+OmUaBL1o40ipMvqcG6NRpdC+lKxmTi48DT8Xw0SzJ3AfmeFLB45zXZXtmbsjcgw==}
@@ -39,6 +57,9 @@ packages:
resolution: {integrity: sha512-q8VwfU/fDZNoDOf+r7jUnMC2//H2l0TuQ6FkGJL8vD8nw/q5KiL3DS1KKBI3QhI9UQhpJ5dc7AtqfbXWuOgLCQ==}
engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0}
'@astrojs/sitemap@3.5.1':
resolution: {integrity: sha512-uX5z52GLtQTgOe8r3jeGmFRYrFe52mdpLYJzqjvL1cdy5Kg3MLOZEvaZ/OCH0fSq0t7e50uJQ6oBMZG0ffszBg==}
'@astrojs/telemetry@3.3.0':
resolution: {integrity: sha512-UFBgfeldP06qu6khs/yY+q1cDAaArM2/7AEIqQ9Cuvf7B1hNLq0xDrZkct+QoIGyjq56y8IaE2I3CTvG99mlhQ==}
engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0}
@@ -50,6 +71,11 @@ packages:
astro: ^5.0.0
vue: ^3.2.30
'@astrolib/seo@1.0.0-beta.8':
resolution: {integrity: sha512-SpNycspjcjnz6um4Vph0k+SAKgUib7/8qJRCaaahJD1UfLuXKK7E+bmKbnv8QPBTRPZkQW6zFVaZRl5VvnyDfg==}
peerDependencies:
astro: ^1.2.1 || ^2.0.0 || ^3.0.0-beta.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-beta.0 || ^5.0.0
'@babel/code-frame@7.27.1':
resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==}
engines: {node: '>=6.9.0'}
@@ -202,6 +228,34 @@ packages:
'@capsizecss/unpack@2.4.0':
resolution: {integrity: sha512-GrSU71meACqcmIUxPYOJvGKF0yryjN/L1aCuE9DViCTJI7bfkjgYDPD1zbNDcINJwSSP6UaBZY9GAbYDO7re0Q==}
'@csstools/color-helpers@5.1.0':
resolution: {integrity: sha512-S11EXWJyy0Mz5SYvRmY8nJYTFFd1LCNV+7cXyAgQtOOuzb4EsgfqDufL+9esx72/eLhsRdGZwaldu/h+E4t4BA==}
engines: {node: '>=18'}
'@csstools/css-calc@2.1.4':
resolution: {integrity: sha512-3N8oaj+0juUw/1H3YwmDDJXCgTB1gKU6Hc/bB502u9zR0q2vd786XJH9QfrKIEgFlZmhZiq6epXl4rHqhzsIgQ==}
engines: {node: '>=18'}
peerDependencies:
'@csstools/css-parser-algorithms': ^3.0.5
'@csstools/css-tokenizer': ^3.0.4
'@csstools/css-color-parser@3.1.0':
resolution: {integrity: sha512-nbtKwh3a6xNVIp/VRuXV64yTKnb1IjTAEEh3irzS+HkKjAOYLTGNb9pmVNntZ8iVBHcWDA2Dof0QtPgFI1BaTA==}
engines: {node: '>=18'}
peerDependencies:
'@csstools/css-parser-algorithms': ^3.0.5
'@csstools/css-tokenizer': ^3.0.4
'@csstools/css-parser-algorithms@3.0.5':
resolution: {integrity: sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ==}
engines: {node: '>=18'}
peerDependencies:
'@csstools/css-tokenizer': ^3.0.4
'@csstools/css-tokenizer@3.0.4':
resolution: {integrity: sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==}
engines: {node: '>=18'}
'@emnapi/runtime@1.4.5':
resolution: {integrity: sha512-++LApOtY0pEEz1zrd9vy1/zXVaVJJ/EbAF3u0fXIzPJEDtnITsBGbbK0EkM72amhl/R5b+5xx0Y/QhcVOpuulg==}
@@ -669,9 +723,15 @@ packages:
'@types/nlcst@2.0.3':
resolution: {integrity: sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==}
'@types/node@17.0.45':
resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==}
'@types/node@24.2.0':
resolution: {integrity: sha512-3xyG3pMCq3oYCNg7/ZP+E1ooTaGB4cG8JWRsqqOYQdbWNY4zbaV0Ennrd7stjiJEFZCaybcIgpTjJWHRfBSIDw==}
'@types/sax@1.2.7':
resolution: {integrity: sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==}
'@types/unist@3.0.3':
resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==}
@@ -753,6 +813,14 @@ packages:
engines: {node: '>=0.4.0'}
hasBin: true
acron@1.0.5:
resolution: {integrity: sha512-Jm3uey9PSUl5k9RsjBSfDJG35nG0vd9B4FUCV1J/NeVHDQ5HJPVpAhmGrPYtPKh0gLhEUIEy4DKqBy/p60B+4Q==}
hasBin: true
agent-base@7.1.4:
resolution: {integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==}
engines: {node: '>= 14'}
ansi-align@3.0.1:
resolution: {integrity: sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==}
@@ -772,6 +840,9 @@ packages:
resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
engines: {node: '>= 8'}
arg@5.0.2:
resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==}
argparse@2.0.1:
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
@@ -782,11 +853,34 @@ packages:
array-iterate@2.0.1:
resolution: {integrity: sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==}
astring@1.9.0:
resolution: {integrity: sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==}
hasBin: true
astro-ai-robots-txt@0.1.2:
resolution: {integrity: sha512-3BRy9WgBw6r71w26pfw8fLHp2P4D7HjcbdRQZLWSVq3olx5fPjEGAKzmEqVxQW2QqEUbURIhc+/DM08AVyhu4g==}
engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0}
peerDependencies:
astro: ^5.4.3
astro-remove-comments@0.0.1:
resolution: {integrity: sha512-2Ph/f6AA0IlRPtsUeas8dwoFrAHBvLH6ICim51ygua5Yt440X1WiDXbQPbHo0eXjkCIMif5eusmf23RuZcfgEg==}
peerDependencies:
astro: ^5.0.0
astro-robots-txt@1.0.0:
resolution: {integrity: sha512-6JQSLid4gMhoWjOm85UHLkgrw0+hHIjnJVIUqxjU2D6feKlVyYukMNYjH44ZDZBK1P8hNxd33PgWlHzCASvedA==}
astro@5.13.7:
resolution: {integrity: sha512-Of2tST7ErbE4y1dVb4aWDXaQSIRBAfraJ4jDqaA3PzPRJOn6Ina36+tQ+8BezjYqiWwRRJdOEE07PRAJXnsddw==}
engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'}
hasBin: true
atob@2.1.2:
resolution: {integrity: sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==}
engines: {node: '>= 4.5.0'}
hasBin: true
axobject-query@4.1.0:
resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==}
engines: {node: '>= 0.4'}
@@ -913,14 +1007,25 @@ packages:
resolution: {integrity: sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==}
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0}
css@3.0.0:
resolution: {integrity: sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==}
cssesc@3.0.0:
resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
engines: {node: '>=4'}
hasBin: true
cssstyle@4.6.0:
resolution: {integrity: sha512-2z+rWdzbbSZv6/rhtvzvqeZQHrBaqgogqt85sqFNbabZOuFbCVFb8kPeEtZjiKkbrm395irpNKiYeFeLiQnFPg==}
engines: {node: '>=18'}
csstype@3.1.3:
resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
data-urls@5.0.0:
resolution: {integrity: sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==}
engines: {node: '>=18'}
debug@4.4.1:
resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==}
engines: {node: '>=6.0'}
@@ -930,9 +1035,16 @@ packages:
supports-color:
optional: true
decimal.js@10.6.0:
resolution: {integrity: sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==}
decode-named-character-reference@1.2.0:
resolution: {integrity: sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q==}
decode-uri-component@0.2.2:
resolution: {integrity: sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==}
engines: {node: '>=0.10'}
default-browser-id@5.0.0:
resolution: {integrity: sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==}
engines: {node: '>=18'}
@@ -1050,6 +1162,10 @@ packages:
resolution: {integrity: sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==}
engines: {node: '>=18'}
filename-reserved-regex@3.0.0:
resolution: {integrity: sha512-hn4cQfU6GOT/7cFHXBqeBg2TbrMBgdD0kcjLhvSQYYwm3s4B6cjvBfb7nBALJLAXqmU5xajSa7X2NnUud/VCdw==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
flattie@1.1.1:
resolution: {integrity: sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==}
engines: {node: '>=8'}
@@ -1126,6 +1242,10 @@ packages:
hookable@5.5.3:
resolution: {integrity: sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==}
html-encoding-sniffer@4.0.0:
resolution: {integrity: sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==}
engines: {node: '>=18'}
html-escaper@3.0.3:
resolution: {integrity: sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==}
@@ -1135,13 +1255,28 @@ packages:
http-cache-semantics@4.2.0:
resolution: {integrity: sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==}
http-proxy-agent@7.0.2:
resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==}
engines: {node: '>= 14'}
https-proxy-agent@7.0.6:
resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==}
engines: {node: '>= 14'}
human-signals@8.0.1:
resolution: {integrity: sha512-eKCa6bwnJhvxj14kZk5NCPc6Hb6BdsU9DZcOnmQKSnO1VKrfV0zCvtttPZUsBvjmNDn8rpcJfpwSYnHBjc95MQ==}
engines: {node: '>=18.18.0'}
iconv-lite@0.6.3:
resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==}
engines: {node: '>=0.10.0'}
import-meta-resolve@4.2.0:
resolution: {integrity: sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==}
inherits@2.0.4:
resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
iron-webcrypto@1.2.1:
resolution: {integrity: sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==}
@@ -1166,6 +1301,9 @@ packages:
resolution: {integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==}
engines: {node: '>=12'}
is-potential-custom-element-name@1.0.1:
resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==}
is-stream@4.0.1:
resolution: {integrity: sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==}
engines: {node: '>=18'}
@@ -1192,6 +1330,15 @@ packages:
resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==}
hasBin: true
jsdom@26.1.0:
resolution: {integrity: sha512-Cvc9WUhxSMEo4McES3P7oK3QaXldCfNWp7pl2NNeiIFlCoLr3kfq9kb1fxftiwk1FLV7CvpvDfonxtzUDeSOPg==}
engines: {node: '>=18'}
peerDependencies:
canvas: ^3.0.0
peerDependenciesMeta:
canvas:
optional: true
jsesc@3.1.0:
resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
engines: {node: '>=6'}
@@ -1216,6 +1363,9 @@ packages:
kolorist@1.8.0:
resolution: {integrity: sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==}
lodash@4.17.21:
resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
longest-streak@3.1.0:
resolution: {integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==}
@@ -1413,6 +1563,9 @@ packages:
resolution: {integrity: sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==}
engines: {node: '>=18'}
nwsapi@2.2.22:
resolution: {integrity: sha512-ujSMe1OWVn55euT1ihwCI1ZcAaAU3nxUiDwfDQldc51ZXaB9m2AyOn6/jh1BLe2t/G8xd6uKG1UBF2aZJeg2SQ==}
ofetch@1.4.1:
resolution: {integrity: sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==}
@@ -1504,6 +1657,10 @@ packages:
property-information@7.1.0:
resolution: {integrity: sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==}
punycode@2.3.1:
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
engines: {node: '>=6'}
radix3@1.1.2:
resolution: {integrity: sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==}
@@ -1571,10 +1728,23 @@ packages:
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
hasBin: true
rrweb-cssom@0.8.0:
resolution: {integrity: sha512-guoltQEx+9aMf2gDZ0s62EcV8lsXR+0w8915TC3ITdn2YueuNjdAYh/levpU9nFaoChh9RUS5ZdQMrKfVEN9tw==}
run-applescript@7.1.0:
resolution: {integrity: sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==}
engines: {node: '>=18'}
safer-buffer@2.1.2:
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
sax@1.4.1:
resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==}
saxes@6.0.0:
resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==}
engines: {node: '>=v12.22.7'}
semver@6.3.1:
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
hasBin: true
@@ -1613,6 +1783,11 @@ packages:
sisteransi@1.0.5:
resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==}
sitemap@8.0.0:
resolution: {integrity: sha512-+AbdxhM9kJsHtruUF39bwS/B0Fytw6Fr1o4ZAIAEqA6cke2xcoO2GleBw9Zw7nRzILVEgz7zBM5GiTJjie1G9A==}
engines: {node: '>=14.0.0', npm: '>=6.0.0'}
hasBin: true
smol-toml@1.4.2:
resolution: {integrity: sha512-rInDH6lCNiEyn3+hH8KVGFdbjc099j47+OSgbMrfDYX1CmXLfdKd7qi6IfcWj2wFxvSVkuI46M+wPGYfEOEj6g==}
engines: {node: '>= 18'}
@@ -1621,6 +1796,14 @@ packages:
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
engines: {node: '>=0.10.0'}
source-map-resolve@0.6.0:
resolution: {integrity: sha512-KXBr9d/fO/bWo97NXsPIAW1bFSBOuCnjbNTBMO7N59hsv5i9yzRDfcYwwt0l04+VqnKC+EwzvJZIP/qkuMgR/w==}
deprecated: See https://github.com/lydell/source-map-resolve#deprecated
source-map@0.6.1:
resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
engines: {node: '>=0.10.0'}
space-separated-tokens@2.0.2:
resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==}
@@ -1628,6 +1811,9 @@ packages:
resolution: {integrity: sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==}
engines: {node: '>=0.10.0'}
stream-replace-string@2.0.0:
resolution: {integrity: sha512-TlnjJ1C0QrmxRNrON00JvaFFlNh5TTG00APw23j74ET7gkQpTASi6/L2fuiav8pzK715HXtUeClpBTw2NPSn6w==}
string-width@4.2.3:
resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
engines: {node: '>=8'}
@@ -1655,6 +1841,9 @@ packages:
resolution: {integrity: sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==}
engines: {node: '>=16'}
symbol-tree@3.2.4:
resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==}
tiny-inflate@1.0.3:
resolution: {integrity: sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==}
@@ -1665,13 +1854,28 @@ packages:
resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==}
engines: {node: '>=12.0.0'}
tldts-core@6.1.86:
resolution: {integrity: sha512-Je6p7pkk+KMzMv2XXKmAE3McmolOQFdxkKw0R8EYNr7sELW46JqnNeTX8ybPiQgvg1ymCoF8LXs5fzFaZvJPTA==}
tldts@6.1.86:
resolution: {integrity: sha512-WMi/OQ2axVTf/ykqCQgXiIct+mSQDFdH2fkwhPwgEwvJ1kSzZRiinb0zF2Xb8u4+OqPChmyI6MEu4EezNJz+FQ==}
hasBin: true
totalist@3.0.1:
resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==}
engines: {node: '>=6'}
tough-cookie@5.1.2:
resolution: {integrity: sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==}
engines: {node: '>=16'}
tr46@0.0.3:
resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==}
tr46@5.1.1:
resolution: {integrity: sha512-hdF5ZgjTqgAntKkklYw0R03MG2x/bSzTtkxmIRw/sTNV8YXsCJ1tfLAX23lhxhHJlEf3CRCOCGGWw3vI3GaSPw==}
engines: {node: '>=18'}
trim-lines@3.0.1:
resolution: {integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==}
@@ -1827,6 +2031,10 @@ packages:
peerDependencies:
browserslist: '>= 4.21.0'
valid-filename@4.0.0:
resolution: {integrity: sha512-VEYTpTVPMgO799f2wI7zWf0x2C54bPX6NAfbZ2Z8kZn76p+3rEYCTYVYzMUcVSMvakxMQTriBf24s3+WeXJtEg==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
vfile-location@5.0.3:
resolution: {integrity: sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==}
@@ -1918,12 +2126,32 @@ packages:
typescript:
optional: true
w3c-xmlserializer@5.0.0:
resolution: {integrity: sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==}
engines: {node: '>=18'}
web-namespaces@2.0.1:
resolution: {integrity: sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==}
webidl-conversions@3.0.1:
resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==}
webidl-conversions@7.0.0:
resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==}
engines: {node: '>=12'}
whatwg-encoding@3.1.1:
resolution: {integrity: sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==}
engines: {node: '>=18'}
whatwg-mimetype@4.0.0:
resolution: {integrity: sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==}
engines: {node: '>=18'}
whatwg-url@14.2.0:
resolution: {integrity: sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==}
engines: {node: '>=18'}
whatwg-url@5.0.0:
resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==}
@@ -1944,10 +2172,29 @@ packages:
resolution: {integrity: sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==}
engines: {node: '>=18'}
ws@8.18.3:
resolution: {integrity: sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==}
engines: {node: '>=10.0.0'}
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: '>=5.0.2'
peerDependenciesMeta:
bufferutil:
optional: true
utf-8-validate:
optional: true
wsl-utils@0.1.0:
resolution: {integrity: sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==}
engines: {node: '>=18'}
xml-name-validator@5.0.0:
resolution: {integrity: sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==}
engines: {node: '>=18'}
xmlchars@2.2.0:
resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==}
xxhash-wasm@1.1.0:
resolution: {integrity: sha512-147y/6YNh+tlp6nd/2pWq38i9h6mz/EuQ6njIrmW8D1BS5nCqs0P6DG+m6zTGnNz5I+uhZ0SHxBs9BsPrwcKDA==}
@@ -1991,6 +2238,14 @@ snapshots:
'@antfu/utils@0.7.10': {}
'@asamuzakjp/css-color@3.2.0':
dependencies:
'@csstools/css-calc': 2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
'@csstools/css-color-parser': 3.1.0(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
'@csstools/css-tokenizer': 3.0.4
lru-cache: 10.4.3
'@astrojs/compiler@2.12.2': {}
'@astrojs/internal-helpers@0.7.2': {}
@@ -2025,6 +2280,12 @@ snapshots:
dependencies:
prismjs: 1.30.0
'@astrojs/sitemap@3.5.1':
dependencies:
sitemap: 8.0.0
stream-replace-string: 2.0.0
zod: 3.25.76
'@astrojs/telemetry@3.3.0':
dependencies:
ci-info: 4.3.0
@@ -2062,6 +2323,10 @@ snapshots:
- tsx
- yaml
'@astrolib/seo@1.0.0-beta.8(astro@5.13.7(@types/node@24.2.0)(rollup@4.46.2)(typescript@5.9.2))':
dependencies:
astro: 5.13.7(@types/node@24.2.0)(rollup@4.46.2)(typescript@5.9.2)
'@babel/code-frame@7.27.1':
dependencies:
'@babel/helper-validator-identifier': 7.27.1
@@ -2270,6 +2535,26 @@ snapshots:
transitivePeerDependencies:
- encoding
'@csstools/color-helpers@5.1.0': {}
'@csstools/css-calc@2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)':
dependencies:
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
'@csstools/css-tokenizer': 3.0.4
'@csstools/css-color-parser@3.1.0(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)':
dependencies:
'@csstools/color-helpers': 5.1.0
'@csstools/css-calc': 2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
'@csstools/css-tokenizer': 3.0.4
'@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4)':
dependencies:
'@csstools/css-tokenizer': 3.0.4
'@csstools/css-tokenizer@3.0.4': {}
'@emnapi/runtime@1.4.5':
dependencies:
tslib: 2.8.1
@@ -2597,10 +2882,16 @@ snapshots:
dependencies:
'@types/unist': 3.0.3
'@types/node@17.0.45': {}
'@types/node@24.2.0':
dependencies:
undici-types: 7.10.0
'@types/sax@1.2.7':
dependencies:
'@types/node': 24.2.0
'@types/unist@3.0.3': {}
'@ungap/structured-clone@1.3.0': {}
@@ -2732,6 +3023,12 @@ snapshots:
acorn@8.15.0: {}
acron@1.0.5:
dependencies:
lodash: 4.17.21
agent-base@7.1.4: {}
ansi-align@3.0.1:
dependencies:
string-width: 4.2.3
@@ -2747,12 +3044,38 @@ snapshots:
normalize-path: 3.0.0
picomatch: 2.3.1
arg@5.0.2: {}
argparse@2.0.1: {}
aria-query@5.3.2: {}
array-iterate@2.0.1: {}
astring@1.9.0: {}
astro-ai-robots-txt@0.1.2(astro@5.13.7(@types/node@24.2.0)(rollup@4.46.2)(typescript@5.9.2)):
dependencies:
astro: 5.13.7(@types/node@24.2.0)(rollup@4.46.2)(typescript@5.9.2)
astro-remove-comments@0.0.1(astro@5.13.7(@types/node@24.2.0)(rollup@4.46.2)(typescript@5.9.2)):
dependencies:
acron: 1.0.5
astring: 1.9.0
astro: 5.13.7(@types/node@24.2.0)(rollup@4.46.2)(typescript@5.9.2)
css: 3.0.0
jsdom: 26.1.0
transitivePeerDependencies:
- bufferutil
- canvas
- supports-color
- utf-8-validate
astro-robots-txt@1.0.0:
dependencies:
valid-filename: 4.0.0
zod: 3.25.76
astro@5.13.7(@types/node@24.2.0)(rollup@4.46.2)(typescript@5.9.2):
dependencies:
'@astrojs/compiler': 2.12.2
@@ -2855,6 +3178,8 @@ snapshots:
- uploadthing
- yaml
atob@2.1.2: {}
axobject-query@4.1.0: {}
bail@2.0.2: {}
@@ -2974,18 +3299,38 @@ snapshots:
mdn-data: 2.12.2
source-map-js: 1.2.1
css@3.0.0:
dependencies:
inherits: 2.0.4
source-map: 0.6.1
source-map-resolve: 0.6.0
cssesc@3.0.0: {}
cssstyle@4.6.0:
dependencies:
'@asamuzakjp/css-color': 3.2.0
rrweb-cssom: 0.8.0
csstype@3.1.3: {}
data-urls@5.0.0:
dependencies:
whatwg-mimetype: 4.0.0
whatwg-url: 14.2.0
debug@4.4.1:
dependencies:
ms: 2.1.3
decimal.js@10.6.0: {}
decode-named-character-reference@1.2.0:
dependencies:
character-entities: 2.0.2
decode-uri-component@0.2.2: {}
default-browser-id@5.0.0: {}
default-browser@5.2.1:
@@ -3104,6 +3449,8 @@ snapshots:
dependencies:
is-unicode-supported: 2.1.0
filename-reserved-regex@3.0.0: {}
flattie@1.1.1: {}
fontace@0.3.0:
@@ -3248,16 +3595,40 @@ snapshots:
hookable@5.5.3: {}
html-encoding-sniffer@4.0.0:
dependencies:
whatwg-encoding: 3.1.1
html-escaper@3.0.3: {}
html-void-elements@3.0.0: {}
http-cache-semantics@4.2.0: {}
http-proxy-agent@7.0.2:
dependencies:
agent-base: 7.1.4
debug: 4.4.1
transitivePeerDependencies:
- supports-color
https-proxy-agent@7.0.6:
dependencies:
agent-base: 7.1.4
debug: 4.4.1
transitivePeerDependencies:
- supports-color
human-signals@8.0.1: {}
iconv-lite@0.6.3:
dependencies:
safer-buffer: 2.1.2
import-meta-resolve@4.2.0: {}
inherits@2.0.4: {}
iron-webcrypto@1.2.1: {}
is-arrayish@0.3.2:
@@ -3273,6 +3644,8 @@ snapshots:
is-plain-obj@4.1.0: {}
is-potential-custom-element-name@1.0.1: {}
is-stream@4.0.1: {}
is-unicode-supported@2.1.0: {}
@@ -3291,6 +3664,33 @@ snapshots:
dependencies:
argparse: 2.0.1
jsdom@26.1.0:
dependencies:
cssstyle: 4.6.0
data-urls: 5.0.0
decimal.js: 10.6.0
html-encoding-sniffer: 4.0.0
http-proxy-agent: 7.0.2
https-proxy-agent: 7.0.6
is-potential-custom-element-name: 1.0.1
nwsapi: 2.2.22
parse5: 7.3.0
rrweb-cssom: 0.8.0
saxes: 6.0.0
symbol-tree: 3.2.4
tough-cookie: 5.1.2
w3c-xmlserializer: 5.0.0
webidl-conversions: 7.0.0
whatwg-encoding: 3.1.1
whatwg-mimetype: 4.0.0
whatwg-url: 14.2.0
ws: 8.18.3
xml-name-validator: 5.0.0
transitivePeerDependencies:
- bufferutil
- supports-color
- utf-8-validate
jsesc@3.1.0: {}
json5@2.2.3: {}
@@ -3307,6 +3707,8 @@ snapshots:
kolorist@1.8.0: {}
lodash@4.17.21: {}
longest-streak@3.1.0: {}
lru-cache@10.4.3: {}
@@ -3673,6 +4075,8 @@ snapshots:
path-key: 4.0.0
unicorn-magic: 0.3.0
nwsapi@2.2.22: {}
ofetch@1.4.1:
dependencies:
destr: 2.0.5
@@ -3761,6 +4165,8 @@ snapshots:
property-information@7.1.0: {}
punycode@2.3.1: {}
radix3@1.1.2: {}
readdirp@4.1.2: {}
@@ -3896,8 +4302,18 @@ snapshots:
'@rollup/rollup-win32-x64-msvc': 4.46.2
fsevents: 2.3.3
rrweb-cssom@0.8.0: {}
run-applescript@7.1.0: {}
safer-buffer@2.1.2: {}
sax@1.4.1: {}
saxes@6.0.0:
dependencies:
xmlchars: 2.2.0
semver@6.3.1: {}
semver@7.7.2: {}
@@ -3964,14 +4380,30 @@ snapshots:
sisteransi@1.0.5: {}
sitemap@8.0.0:
dependencies:
'@types/node': 17.0.45
'@types/sax': 1.2.7
arg: 5.0.2
sax: 1.4.1
smol-toml@1.4.2: {}
source-map-js@1.2.1: {}
source-map-resolve@0.6.0:
dependencies:
atob: 2.1.2
decode-uri-component: 0.2.2
source-map@0.6.1: {}
space-separated-tokens@2.0.2: {}
speakingurl@14.0.1: {}
stream-replace-string@2.0.0: {}
string-width@4.2.3:
dependencies:
emoji-regex: 8.0.0
@@ -4003,6 +4435,8 @@ snapshots:
dependencies:
copy-anything: 3.0.5
symbol-tree@3.2.4: {}
tiny-inflate@1.0.3: {}
tinyexec@0.3.2: {}
@@ -4012,10 +4446,24 @@ snapshots:
fdir: 6.4.6(picomatch@4.0.3)
picomatch: 4.0.3
tldts-core@6.1.86: {}
tldts@6.1.86:
dependencies:
tldts-core: 6.1.86
totalist@3.0.1: {}
tough-cookie@5.1.2:
dependencies:
tldts: 6.1.86
tr46@0.0.3: {}
tr46@5.1.1:
dependencies:
punycode: 2.3.1
trim-lines@3.0.1: {}
trough@2.2.0: {}
@@ -4127,6 +4575,10 @@ snapshots:
escalade: 3.2.0
picocolors: 1.1.1
valid-filename@4.0.0:
dependencies:
filename-reserved-regex: 3.0.0
vfile-location@5.0.3:
dependencies:
'@types/unist': 3.0.3
@@ -4219,10 +4671,27 @@ snapshots:
optionalDependencies:
typescript: 5.9.2
w3c-xmlserializer@5.0.0:
dependencies:
xml-name-validator: 5.0.0
web-namespaces@2.0.1: {}
webidl-conversions@3.0.1: {}
webidl-conversions@7.0.0: {}
whatwg-encoding@3.1.1:
dependencies:
iconv-lite: 0.6.3
whatwg-mimetype@4.0.0: {}
whatwg-url@14.2.0:
dependencies:
tr46: 5.1.1
webidl-conversions: 7.0.0
whatwg-url@5.0.0:
dependencies:
tr46: 0.0.3
@@ -4244,10 +4713,16 @@ snapshots:
string-width: 7.2.0
strip-ansi: 7.1.0
ws@8.18.3: {}
wsl-utils@0.1.0:
dependencies:
is-wsl: 3.1.0
xml-name-validator@5.0.0: {}
xmlchars@2.2.0: {}
xxhash-wasm@1.1.0: {}
yallist@3.1.1: {}
Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

+23 -8
View File
@@ -1,9 +1,24 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 128 128">
<path d="M50.4 78.5a75.1 75.1 0 0 0-28.5 6.9l24.2-65.7c.7-2 1.9-3.2 3.4-3.2h29c1.5 0 2.7 1.2 3.4 3.2l24.2 65.7s-11.6-7-28.5-7L67 45.5c-.4-1.7-1.6-2.8-2.9-2.8-1.3 0-2.5 1.1-2.9 2.7L50.4 78.5Zm-1.1 28.2Zm-4.2-20.2c-2 6.6-.6 15.8 4.2 20.2a17.5 17.5 0 0 1 .2-.7 5.5 5.5 0 0 1 5.7-4.5c2.8.1 4.3 1.5 4.7 4.7.2 1.1.2 2.3.2 3.5v.4c0 2.7.7 5.2 2.2 7.4a13 13 0 0 0 5.7 4.9v-.3l-.2-.3c-1.8-5.6-.5-9.5 4.4-12.8l1.5-1a73 73 0 0 0 3.2-2.2 16 16 0 0 0 6.8-11.4c.3-2 .1-4-.6-6l-.8.6-1.6 1a37 37 0 0 1-22.4 2.7c-5-.7-9.7-2-13.2-6.2Z" />
<style>
path { fill: #000; }
@media (prefers-color-scheme: dark) {
path { fill: #FFF; }
}
</style>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,-29415.2,-9278)">
<g id="NC-icon-primary-full" serif:id="NC icon primary full" transform="matrix(0.257203,0,0,0.709476,23578.8,3308.35)">
<rect x="22692" y="8414.18" width="1990.64" height="721.659" style="fill:rgb(249,66,58);"/>
<clipPath id="_clip1">
<rect x="22692" y="8414.18" width="1990.64" height="721.659"/>
</clipPath>
<g clip-path="url(#_clip1)">
<g transform="matrix(3.88798,0,0,1.40949,-91625.5,-4664)">
<rect x="29471.7" y="9347.58" width="374.149" height="374.149" style="fill:white;"/>
</g>
<g transform="matrix(7.55867,0,0,2.58251,-150547,-13886.5)">
<g>
<g transform="matrix(0.263359,0,0,0.279441,20847.1,8316.52)">
<path d="M8868,1240.71L8868,2040.71C8868,2095.91 8823.19,2140.71 8768,2140.71L7968,2140.71C7912.81,2140.71 7868,2095.91 7868,2040.71L7868,1240.71C7868,1185.52 7912.81,1140.71 7968,1140.71L8768,1140.71C8823.19,1140.71 8868,1185.52 8868,1240.71ZM8032.39,1649.24C8013.23,1668.4 8013.23,1699.51 8032.39,1718.67L8101.62,1787.9C8104.83,1784.88 8108.15,1782.02 8111.57,1779.3C8126.26,1767.64 8142.74,1758.82 8160.2,1752.89C8220.05,1732.53 8291.25,1746.08 8340.42,1795.25L8483.73,1938.56L8596.65,1825.64L8339.24,1568.23L8113.4,1568.23L8032.39,1649.24ZM8553.16,1498.79L8402.72,1348.35C8383.56,1329.19 8352.44,1329.19 8333.28,1348.35L8182.84,1498.79L8553.16,1498.79ZM8645.75,1776.54L8703.61,1718.67C8722.77,1699.51 8722.77,1668.4 8703.61,1649.24L8622.6,1568.23L8437.44,1568.23L8645.75,1776.54Z" style="fill:rgb(249,66,58);"/>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 749 B

After

Width:  |  Height:  |  Size: 2.2 KiB

-1
View File
@@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="none" width="115" height="48"><path fill="#17191E" d="M7.77 36.35C6.4 35.11 6 32.51 6.57 30.62c.99 1.2 2.35 1.57 3.75 1.78 2.18.33 4.31.2 6.33-.78.23-.12.44-.27.7-.42.18.55.23 1.1.17 1.67a4.56 4.56 0 0 1-1.94 3.23c-.43.32-.9.61-1.34.91-1.38.94-1.76 2.03-1.24 3.62l.05.17a3.63 3.63 0 0 1-1.6-1.38 3.87 3.87 0 0 1-.63-2.1c0-.37 0-.74-.05-1.1-.13-.9-.55-1.3-1.33-1.32a1.56 1.56 0 0 0-1.63 1.26c0 .06-.03.12-.05.2Z"/><path fill="url(#a)" d="M7.77 36.35C6.4 35.11 6 32.51 6.57 30.62c.99 1.2 2.35 1.57 3.75 1.78 2.18.33 4.31.2 6.33-.78.23-.12.44-.27.7-.42.18.55.23 1.1.17 1.67a4.56 4.56 0 0 1-1.94 3.23c-.43.32-.9.61-1.34.91-1.38.94-1.76 2.03-1.24 3.62l.05.17a3.63 3.63 0 0 1-1.6-1.38 3.87 3.87 0 0 1-.63-2.1c0-.37 0-.74-.05-1.1-.13-.9-.55-1.3-1.33-1.32a1.56 1.56 0 0 0-1.63 1.26c0 .06-.03.12-.05.2Z"/><path fill="#17191E" d="M.02 30.31s4.02-1.95 8.05-1.95l3.04-9.4c.11-.45.44-.76.82-.76.37 0 .7.31.82.76l3.04 9.4c4.77 0 8.05 1.95 8.05 1.95L17 11.71c-.2-.56-.53-.91-.98-.91H7.83c-.44 0-.76.35-.97.9L.02 30.31Zm42.37-5.97c0 1.64-2.05 2.62-4.88 2.62-1.85 0-2.5-.45-2.5-1.41 0-1 .8-1.49 2.65-1.49 1.67 0 3.09.03 4.73.23v.05Zm.03-2.04a21.37 21.37 0 0 0-4.37-.36c-5.32 0-7.82 1.25-7.82 4.18 0 3.04 1.71 4.2 5.68 4.2 3.35 0 5.63-.84 6.46-2.92h.14c-.03.5-.05 1-.05 1.4 0 1.07.18 1.16 1.06 1.16h4.15a16.9 16.9 0 0 1-.36-4c0-1.67.06-2.93.06-4.62 0-3.45-2.07-5.64-8.56-5.64-2.8 0-5.9.48-8.26 1.19.22.93.54 2.83.7 4.06 2.04-.96 4.95-1.37 7.2-1.37 3.11 0 3.97.71 3.97 2.15v.57Zm11.37 3c-.56.07-1.33.07-2.12.07-.83 0-1.6-.03-2.12-.1l-.02.58c0 2.85 1.87 4.52 8.45 4.52 6.2 0 8.2-1.64 8.2-4.55 0-2.74-1.33-4.09-7.2-4.39-4.58-.2-4.99-.7-4.99-1.28 0-.66.59-1 3.65-1 3.18 0 4.03.43 4.03 1.35v.2a46.13 46.13 0 0 1 4.24.03l.02-.55c0-3.36-2.8-4.46-8.2-4.46-6.08 0-8.13 1.49-8.13 4.39 0 2.6 1.64 4.23 7.48 4.48 4.3.14 4.77.62 4.77 1.28 0 .7-.7 1.03-3.71 1.03-3.47 0-4.35-.48-4.35-1.47v-.13Zm19.82-12.05a17.5 17.5 0 0 1-6.24 3.48c.03.84.03 2.4.03 3.24l1.5.02c-.02 1.63-.04 3.6-.04 4.9 0 3.04 1.6 5.32 6.58 5.32 2.1 0 3.5-.23 5.23-.6a43.77 43.77 0 0 1-.46-4.13c-1.03.34-2.34.53-3.78.53-2 0-2.82-.55-2.82-2.13 0-1.37 0-2.65.03-3.84 2.57.02 5.13.07 6.64.11-.02-1.18.03-2.9.1-4.04-2.2.04-4.65.07-6.68.07l.07-2.93h-.16Zm13.46 6.04a767.33 767.33 0 0 1 .07-3.18H82.6c.07 1.96.07 3.98.07 6.92 0 2.95-.03 4.99-.07 6.93h5.18c-.09-1.37-.11-3.68-.11-5.65 0-3.1 1.26-4 4.12-4 1.33 0 2.28.16 3.1.46.03-1.16.26-3.43.4-4.43-.86-.25-1.81-.41-2.96-.41-2.46-.03-4.26.98-5.1 3.38l-.17-.02Zm22.55 3.65c0 2.5-1.8 3.66-4.64 3.66-2.81 0-4.61-1.1-4.61-3.66s1.82-3.52 4.61-3.52c2.82 0 4.64 1.03 4.64 3.52Zm4.71-.11c0-4.96-3.87-7.18-9.35-7.18-5.5 0-9.23 2.22-9.23 7.18 0 4.94 3.49 7.59 9.21 7.59 5.77 0 9.37-2.65 9.37-7.6Z"/><defs><linearGradient id="a" x1="6.33" x2="19.43" y1="40.8" y2="34.6" gradientUnits="userSpaceOnUse"><stop stop-color="#D83333"/><stop offset="1" stop-color="#F041FF"/></linearGradient></defs></svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

-1
View File
@@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1440" height="1024" fill="none"><path fill="url(#a)" fill-rule="evenodd" d="M-217.58 475.75c91.82-72.02 225.52-29.38 341.2-44.74C240 415.56 372.33 315.14 466.77 384.9c102.9 76.02 44.74 246.76 90.31 366.31 29.83 78.24 90.48 136.14 129.48 210.23 57.92 109.99 169.67 208.23 155.9 331.77-13.52 121.26-103.42 264.33-224.23 281.37-141.96 20.03-232.72-220.96-374.06-196.99-151.7 25.73-172.68 330.24-325.85 315.72-128.6-12.2-110.9-230.73-128.15-358.76-12.16-90.14 65.87-176.25 44.1-264.57-26.42-107.2-167.12-163.46-176.72-273.45-10.15-116.29 33.01-248.75 124.87-320.79Z" clip-rule="evenodd" style="opacity:.154"/><path fill="url(#b)" fill-rule="evenodd" d="M1103.43 115.43c146.42-19.45 275.33-155.84 413.5-103.59 188.09 71.13 409 212.64 407.06 413.88-1.94 201.25-259.28 278.6-414.96 405.96-130 106.35-240.24 294.39-405.6 265.3-163.7-28.8-161.93-274.12-284.34-386.66-134.95-124.06-436-101.46-445.82-284.6-9.68-180.38 247.41-246.3 413.54-316.9 101.01-42.93 207.83 21.06 316.62 6.61Z" clip-rule="evenodd" style="opacity:.154"/><defs><linearGradient id="b" x1="373" x2="1995.44" y1="1100" y2="118.03" gradientUnits="userSpaceOnUse"><stop stop-color="#D83333"/><stop offset="1" stop-color="#F041FF"/></linearGradient><linearGradient id="a" x1="107.37" x2="1130.66" y1="1993.35" y2="1026.31" gradientUnits="userSpaceOnUse"><stop stop-color="#3245FF"/><stop offset="1" stop-color="#BC52EE"/></linearGradient></defs></svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

+3 -3
View File
@@ -11,13 +11,13 @@
<g transform="matrix(3.51664,-2.77609,4.85724,3.83438,-7621.9,14375.8)">
<g>
<g transform="matrix(0.289115,2.12499e-17,3.07699e-17,0.209319,4358.32,3013.71)">
<path d="M497.087,0L584.587,0L706.554,121.967L706.554,400L584.587,400L584.587,245.209C584.587,192.104 553.45,146.328 510.132,125C497.502,118.781 483.836,114.641 469.604,113.004C466.294,112.623 462.952,112.377 459.587,112.273L459.587,37.5C459.587,16.803 476.39,0 497.087,0Z" fill="cuu"/>
<path d="M497.087,0L584.587,0L706.554,121.967L706.554,400L584.587,400L584.587,245.209C584.587,192.104 553.45,146.328 510.132,125C497.502,118.781 483.836,114.641 469.604,113.004C466.294,112.623 462.952,112.377 459.587,112.273L459.587,37.5C459.587,16.803 476.39,0 497.087,0Z"/>
</g>
<g transform="matrix(0.289115,2.12499e-17,3.07699e-17,0.209319,4358.32,3013.71)">
<path d="M859.587,200L659.587,0L822.087,0C842.783,0 859.587,16.803 859.587,37.5L859.587,200Z" fill="cuu"/>
<path d="M859.587,200L659.587,0L822.087,0C842.783,0 859.587,16.803 859.587,37.5L859.587,200Z"/>
</g>
<g transform="matrix(0.289115,2.12499e-17,3.07699e-17,0.209319,4358.32,3013.71)">
<path d="M759.587,400L759.587,175L859.587,275L859.587,362.5C859.587,383.197 842.783,400 822.087,400L759.587,400Z" fill="cuu"/>
<path d="M759.587,400L759.587,175L859.587,275L859.587,362.5C859.587,383.197 842.783,400 822.087,400L759.587,400Z"/>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

+41
View File
@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 1000 130" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;" fill="rgb(249,66,58)">
<g transform="matrix(1,0,0,1,-24073.1,-13160)">
<g id="Text-only" serif:id="Text only" transform="matrix(1.30093,0,0,0.247853,-5630.67,9898.22)">
<rect x="22832.7" y="13160.1" width="768.682" height="524.101" style="fill:none;"/>
<clipPath id="_clip1">
<rect x="22832.7" y="13160.1" width="768.682" height="524.101"/>
</clipPath>
<g clip-path="url(#_clip1)">
<g transform="matrix(0.727306,0,0,3.81748,18297.1,4233.73)">
<rect x="6378.9" y="2340.29" width="29.85" height="133.33" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(0.727306,0,0,3.81748,18297.1,4233.73)">
<path d="M6767.35,2475.61C6753.95,2475.61 6742.54,2473.85 6733.12,2470.34C6723.7,2466.82 6716.54,2461.58 6711.63,2454.61C6706.72,2447.65 6704.27,2438.99 6704.27,2428.64L6704.27,2427.45L6734.12,2427.45L6734.12,2431.03C6734.12,2435.14 6735.01,2438.46 6736.8,2440.98C6738.59,2443.5 6741.88,2445.36 6746.65,2446.55C6751.43,2447.75 6758.33,2448.35 6767.35,2448.35C6775.31,2448.35 6781.41,2447.91 6785.66,2447.05C6789.9,2446.19 6792.82,2444.83 6794.41,2442.97C6796.01,2441.12 6796.8,2438.73 6796.8,2435.81C6796.8,2431.7 6795.44,2428.71 6792.72,2426.85C6790,2425 6785.26,2423.47 6778.49,2422.28L6741.08,2416.9C6733.12,2415.58 6726.32,2413.39 6720.68,2410.34C6715.05,2407.28 6710.7,2403.21 6707.65,2398.1C6704.6,2392.99 6703.07,2386.79 6703.07,2379.49C6703.07,2374.45 6704.17,2369.47 6706.36,2364.57C6708.55,2359.66 6712.03,2355.25 6716.8,2351.33C6721.58,2347.42 6727.85,2344.27 6735.61,2341.88C6743.37,2339.49 6752.89,2338.3 6764.17,2338.3C6777.83,2338.3 6789.07,2340.26 6797.9,2344.17C6806.72,2348.08 6813.32,2353.59 6817.7,2360.69C6822.07,2367.78 6824.26,2375.98 6824.26,2385.26L6824.26,2386.46L6794.22,2386.46L6794.22,2383.67C6794.22,2379.43 6793.32,2375.98 6791.53,2373.32C6789.74,2370.67 6786.45,2368.71 6781.68,2367.45C6776.9,2366.19 6770.07,2365.56 6761.18,2365.56C6754.02,2365.56 6748.41,2366.03 6744.36,2366.95C6740.32,2367.88 6737.43,2369.28 6735.71,2371.13C6733.98,2372.99 6733.12,2375.38 6733.12,2378.3C6733.12,2380.82 6733.65,2382.91 6734.71,2384.57C6735.78,2386.22 6737.43,2387.52 6739.69,2388.45C6741.94,2389.38 6744.93,2390.17 6748.64,2390.83L6786.06,2396.8C6796.01,2398.4 6803.93,2400.98 6809.84,2404.57C6815.74,2408.15 6820.02,2412.49 6822.67,2417.6C6825.32,2422.71 6826.65,2428.31 6826.65,2434.41C6826.65,2441.58 6824.66,2448.31 6820.68,2454.61C6816.7,2460.92 6810.33,2465.99 6801.58,2469.84C6792.82,2473.68 6781.41,2475.61 6767.35,2475.61Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(0.727306,0,0,3.81748,18297.1,4233.73)">
<rect x="6990.03" y="2340.29" width="29.85" height="133.33" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(0.768682,0,0,4.03465,4328.19,-39935.9)">
<path d="M24120,13187.3L24073.1,13187.3L24073.1,13161.9L24195.1,13161.9L24195.1,13187.3L24148.2,13187.3L24148.2,13288L24120,13288L24120,13187.3Z" style=""/>
</g>
<g transform="matrix(0.768682,0,0,4.03465,4328.19,-39935.9)">
<path d="M24316.3,13288L24255.5,13288L24255.5,13161.9L24316.3,13161.9C24329.9,13161.9 24341.6,13164.4 24351.5,13169.4C24361.3,13174.4 24368.9,13181.7 24374.3,13191.1C24379.7,13200.5 24382.4,13211.8 24382.4,13225C24382.4,13238.1 24379.7,13249.4 24374.3,13258.9C24368.9,13268.3 24361.3,13275.5 24351.5,13280.5C24341.6,13285.5 24329.9,13288 24316.3,13288ZM24283.8,13187.3L24283.8,13262.6L24316.3,13262.6C24325,13262.6 24331.9,13261.6 24337.1,13259.5C24342.4,13257.4 24346.2,13253.7 24348.6,13248.2C24351.1,13242.8 24352.3,13235 24352.3,13225C24352.3,13214.8 24351.1,13207 24348.6,13201.6C24346.2,13196.2 24342.4,13192.5 24337.1,13190.4C24331.9,13188.3 24325,13187.3 24316.3,13187.3L24283.8,13187.3Z" style=""/>
</g>
<g transform="matrix(0.768682,0,0,4.03465,4328.19,-39935.9)">
<path d="M24502.7,13288L24396,13288L24396,13161.9L24502.7,13161.9L24502.7,13187.3L24424.2,13187.3L24424.2,13212L24499.9,13212L24499.9,13237.2L24424.2,13237.2L24424.2,13262.6L24502.7,13262.6L24502.7,13288Z" style=""/>
</g>
<g transform="matrix(0.768682,0,0,4.03465,4328.19,-39935.9)">
<path d="M24674.3,13237.4L24674.3,13288L24646,13288L24646,13161.9L24674.3,13161.9L24674.3,13212L24740.2,13212L24740.2,13161.9L24768.4,13161.9L24768.4,13288L24740.2,13288L24740.2,13237.4L24674.3,13237.4Z" style=""/>
</g>
<g transform="matrix(0.768682,0,0,4.03465,4328.19,-39935.9)">
<path d="M24860.5,13241L24860.5,13288L24832.3,13288L24832.3,13161.9L24939,13161.9L24939,13187.3L24860.5,13187.3L24860.5,13215.7L24936.2,13215.7L24936.2,13241L24860.5,13241Z" style=""/>
</g>
<g transform="matrix(0.768682,0,0,4.03465,4328.19,-39935.9)">
<path d="M24997.9,13187.3L24951.1,13187.3L24951.1,13161.9L25073.1,13161.9L25073.1,13187.3L25026.2,13187.3L25026.2,13288L24997.9,13288L24997.9,13187.3Z" style=""/>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.6 KiB

+4 -4
View File
@@ -29,13 +29,13 @@
function onMouseMove(event: MouseEvent) {
gsap.to(bigBall, {
duration: 0.4,
y: event.pageY - 15,
x: event.pageX - 15,
y: event.clientY - 15,
x: event.clientX - 15,
});
gsap.to(smallBall, {
duration: 0.1,
x: event.pageX - 5,
y: event.pageY - 7,
x: event.clientX - 5,
y: event.clientY - 7,
});
}
+27 -4
View File
@@ -27,10 +27,6 @@
width: 100%;
height: 100%;
margin: 0;
overflow: clip;
padding: clamp(2rem, 5vw + 1rem, 3.75rem);
font-family: var(--ff-body);
font-size: var(--fs-400);
@@ -51,4 +47,31 @@
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
}
.content {
& * + * {
margin-top: 0.25em;
}
& a {
display: inline-block;
width: max-content;
position: relative;
font-weight: 500;
color: var(--clr-ts-warm-red);
}
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--ff-heading);
}
h1 {
max-width: 16ch;
font-size: var(--fs-xl);
font-weight: 700c;
text-transform: uppercase;
line-height: 1.1;
letter-spacing: 0.0333em;
}
</style>
+8 -2
View File
@@ -7,7 +7,7 @@ const isEnglish = Astro.currentLocale === "en";
---
<header>
<a href="." class="hoverable hoverable--diff">
<a href="/" class="hoverable hoverable--diff">
<span class="sr-only">Back to home</span>
<Image
class="icon"
@@ -20,6 +20,12 @@ const isEnglish = Astro.currentLocale === "en";
<nav>
<ul>
<li>
<a class="hoverable" href="/imprint">Imprint</a>
</li>
<li>
<a class="hoverable" href="/privacy">Privacy policy</a>
</li>
<!-- <li>
<a
class:list={['hoverable', { active: isEnglish }]}
href={getRelativeLocaleUrl("en", "")}>EN</a
@@ -30,7 +36,7 @@ const isEnglish = Astro.currentLocale === "en";
class:list={['hoverable',{ active: !isEnglish }]}
href={getRelativeLocaleUrl("de", "")}>DE</a
>
</li>
</li> -->
</ul>
</nav>
</header>
+27 -22
View File
@@ -1,36 +1,43 @@
---
import { Image } from "astro:assets";
import Typemark from "../assets/ci/typemark.svg";
import Logo from "../assets/ci/icon-only.svg";
---
<div class="wrapper">
<div class="inner">
<main class="inner">
<div class="content">
<h1>Smart websites for bold ideas.</h1>
<p>
From concept to launch — websites, apps, and digital solutions
that work hard, so you can play hard. Whether it's a personal
site, an e-commerce platform, or a custom web app, I bring your
ideas to life.
<!-- From concept to launch — websites, apps, and digital solutions that
work hard, so you can play hard. Whether it's a personal site, an
e-commerce platform, or a custom web app, I bring your ideas to
life. -->
Launching 07.10 - stay tuned!
</p>
<a href="mailto:hello@tideshiftdigital.com?subject=Anfrage" class="hoverable">Get in touch</a>
<!-- <a
href="mailto:hello@tideshiftdigital.com?subject=Anfrage"
class="hoverable">Get in touch</a
> -->
</div>
<div class="typemark">Tideshift</div>
</div>
<Typemark class="typemark" />
</main>
<Logo class="logo" />
</div>
<style is:global>
.inner {
height: 100dvh;
}
</style>
<style>
.wrapper {
/* .wrapper {
display: block;
height: 100%;
width: 100%;
overflow: clip;
}
} */
.inner {
display: grid;
@@ -78,23 +85,21 @@ import Logo from "../assets/ci/icon-only.svg";
content: "";
display: block;
width: 100%;
height: 2px;
height: 3px;
background-color: var(--clr-ts-warm-red);
position: absolute;
left: 0;
bottom: 0;
bottom: -0.05rem;
}
.typemark {
margin: auto 0 0 auto;
grid-row: 2;
grid-column: 2;
font-family: var(--ff-heading);
text-transform: uppercase;
font-weight: 600;
font-size: 3.125rem;
letter-spacing: 0.03em;
color: var(--clr-ts-warm-red);
fill: var(--clr-ts-warm-red) !important;
height: 3.125rem;
width: auto;
max-width: 100%;
}
.logo {
+62 -5
View File
@@ -2,6 +2,9 @@
import Cursor from "../components/Cursor.astro";
import GlobalStyles from "../components/GlobalStyles.astro";
import Header from "../components/Header.astro";
import Logo from "../assets/ci/icon-only.svg";
const { title } = Astro.props;
---
<!doctype html>
@@ -11,19 +14,73 @@ import Header from "../components/Header.astro";
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="generator" content={Astro.generator} />
<title>Tideshift Digital - Building the Web on Your Terms</title>
<title>
Tideshift Digital - {title || "Building The Web On Your Terms"}
</title>
<meta
name="description"
content="From concept to launch — websites, apps, and digital solutions that work hard, so you can play hard. Personal sites, ecommerce platforms, and custom web apps built by Michael Rieger in Vienna."
/>
<meta
name="keywords"
content="web development, web design, custom web apps, e-commerce development, Vienna developer, Michael Rieger, Tideshift Digital, digital solutions, website launch, app development"
/>
<meta name="author" content="Michael Rieger" />
<meta name="application-name" content="Tideshift Digital" />
<link rel="canonical" href="https://tideshiftdigital.com/" />
<meta
property="og:title"
content={"Tideshift Digital - " + title ||
"Building The Web On Your Terms"}
/>
<!-- <meta
property="og:description"
content="From concept to launch — websites, apps, and digital solutions that work hard, so you can play hard. Based in Vienna, we turn ideas into live products."
/> -->
<meta
property="og:description"
content="Launching 07.10 - stay tuned!"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://tideshiftdigital.com/" />
<meta property="og:image" content="/assets/img/og-image.jpg" />
<meta property="og:site_name" content="Tideshift Digital" />
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content={"Tideshift Digital - " + title ||
"Building The Web On Your Terms"}
/>
<meta
name="twitter:description"
content="From concept to launch — websites, apps, and digital solutions that work hard, so you can play hard. Based in Vienna."
/>
<meta name="twitter:image" content="/assets/img/og-image.jpg" />
<script
is:inline
defer
src="https://analytics.tideshiftdigital.com/script.js"
data-website-id="00c032c0-8fd5-436c-a210-9df51c071c7b"></script>
</head>
<body>
<GlobalStyles />
<Cursor />
<div class="inner">
<Header />
<slot />
</div>
<Cursor />
</body>
</html>
<style>
body {
width: 100%;
height: 100dvh;
.inner {
display: grid;
grid-template-rows: max-content 1fr;
overflow: clip;
padding: clamp(2rem, 5vw + 1rem, 3.75rem);
position: relative;
}
</style>
-10
View File
@@ -1,10 +0,0 @@
---
import Layout from '../../layouts/Layout.astro';
// Welcome to Astro! Wondering what to do next? Check out the Astro documentation at https://docs.astro.build
// Don't want to use any of this? Delete everything in this file, the `assets`, `components`, and `layouts` directories, and start fresh.
---
<Layout>
<h1>Hallo miteinander!</h1>
</Layout>
+16 -1
View File
@@ -2,6 +2,21 @@
import Layout from "../layouts/Layout.astro";
---
<Layout>
<Layout title="Imprint">
<main class="content">
<h1>Imprint</h1>
<div>
<p>Michael Rieger</p>
<p>Grasbergergasse 9/1/7</p>
<p>1030 Wien</p>
<p>mr@tideshiftdigital.com</p>
</div>
</main>
</Layout>
<style>
h1 {
margin-top: 2rem;
}
</style>
+1 -1
View File
@@ -3,6 +3,6 @@ import Hero from "../components/Hero.astro";
import Layout from "../layouts/Layout.astro";
---
<Layout>
<Layout title="Building The Web On Your Terms">
<Hero />
</Layout>
+57
View File
@@ -0,0 +1,57 @@
---
import Layout from "../layouts/Layout.astro";
---
<Layout title="Privacy Policy">
<main class="content">
<h1>Privacy policy</h1>
<div>
<p>
I, <strong>Michael Rieger</strong> (“I”, “me”) respect your privacy.
</p>
<h2>Analytics</h2>
<p>
I use <strong>self-hosted Umami</strong> to track basic website usage.
No personal data, cookies, or IP addresses are collected.
</p>
<h2>Hosting</h2>
<p>
The website is hosted by <strong>Hetzner Online GmbH</strong>.
Standard server logs may be collected for technical and security
purposes, including IP addresses and access times. These logs
are used solely for server maintenance and security and are not
combined with any other data.
</p>
<h2>Data Retention</h2>
<p>
Analytics logs from Umami are stored temporarily for the purpose
of understanding website usage. No personal data is retained.
Server logs are stored by Hetzner according to their standard
policies, primarily for security and technical maintenance.
</p>
<h2>Your Rights</h2>
<p>
Since I do not collect personal data, no action is typically
required. You may contact me at <a
href="mailto:gdpr@tideshiftdigital.com"
class="hoverable">gdpr@tideshiftdigital.com</a
> for any privacy questions.
</p>
</div>
</main>
</Layout>
<style>
* + * {
margin-top: 1rem;
}
h1 {
margin-top: 2rem;
}
</style>