add sitemap
This commit is contained in:
		| @@ -1,14 +1,25 @@ | ||||
| import { defineConfig } from 'astro/config'; | ||||
| import mdx from '@astrojs/mdx'; | ||||
| import react from '@astrojs/react'; | ||||
|  | ||||
| import sitemap from '@astrojs/sitemap'; | ||||
| import pkgs from './package.json'; | ||||
| import tailwindcss from '@tailwindcss/vite'; | ||||
|  | ||||
| const isDev = process.env.NODE_ENV === 'development'; | ||||
| export default defineConfig({ | ||||
|   // ... | ||||
|   integrations: [mdx(), react()], | ||||
|   // site: 'https://kevisual.xiongxiao.me/root/astro', | ||||
|   base: isDev ? undefined : pkgs.basename, | ||||
|   integrations: [ | ||||
|     mdx(), | ||||
|     react(), // | ||||
|     // sitemap(), // sitemap must be site has a domain | ||||
|   ], | ||||
|  | ||||
|   vite: { | ||||
|     plugins: [tailwindcss()], | ||||
|     define: { | ||||
|       BASE_NAME: JSON.stringify(pkgs.basename), | ||||
|     }, | ||||
|   }, | ||||
| }); | ||||
							
								
								
									
										15
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								package.json
									
									
									
									
									
								
							| @@ -3,7 +3,7 @@ | ||||
|   "version": "0.0.1", | ||||
|   "description": "", | ||||
|   "main": "index.js", | ||||
|   "basename": "/", | ||||
|   "basename": "root/astro-template", | ||||
|   "scripts": { | ||||
|     "dev": "astro dev", | ||||
|     "build": "astro build", | ||||
| @@ -17,10 +17,11 @@ | ||||
|   "type": "module", | ||||
|   "dependencies": { | ||||
|     "@astrojs/mdx": "^4.2.5", | ||||
|     "@astrojs/react": "^4.2.5", | ||||
|     "@astrojs/react": "^4.2.6", | ||||
|     "@astrojs/sitemap": "^3.3.1", | ||||
|     "@kevisual/query": "^0.0.17", | ||||
|     "@tailwindcss/vite": "^4.1.4", | ||||
|     "astro": "^5.7.7", | ||||
|     "astro": "^5.7.9", | ||||
|     "clsx": "^2.1.1", | ||||
|     "dayjs": "^1.11.13", | ||||
|     "lodash-es": "^4.17.21", | ||||
| @@ -35,13 +36,13 @@ | ||||
|     "access": "public" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "tailwindcss": "^4.1.4", | ||||
|     "@kevisual/types": "^0.0.9", | ||||
|     "@types/react": "^19.1.2", | ||||
|     "@types/react-dom": "^19.1.2", | ||||
|     "commander": "^13.1.0", | ||||
|     "dotenv": "^16.5.0", | ||||
|     "inquire": "^0.4.8", | ||||
|     "@kevisual/types": "^0.0.7", | ||||
|     "@types/react": "^19.1.2", | ||||
|     "@types/react-dom": "^19.1.2" | ||||
|     "tailwindcss": "^4.1.4" | ||||
|   }, | ||||
|   "packageManager": "pnpm@10.10.0" | ||||
| } | ||||
							
								
								
									
										126
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										126
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							| @@ -10,10 +10,13 @@ importers: | ||||
|     dependencies: | ||||
|       '@astrojs/mdx': | ||||
|         specifier: ^4.2.5 | ||||
|         version: 4.2.5(astro@5.7.7(@types/node@18.19.87)(jiti@2.4.2)(lightningcss@1.29.2)(rollup@4.40.1)(typescript@5.8.3)) | ||||
|         version: 4.2.5(astro@5.7.9(@types/node@18.19.87)(jiti@2.4.2)(lightningcss@1.29.2)(rollup@4.40.1)(typescript@5.8.3)) | ||||
|       '@astrojs/react': | ||||
|         specifier: ^4.2.5 | ||||
|         version: 4.2.5(@types/node@18.19.87)(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(jiti@2.4.2)(lightningcss@1.29.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) | ||||
|         specifier: ^4.2.6 | ||||
|         version: 4.2.6(@types/node@18.19.87)(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(jiti@2.4.2)(lightningcss@1.29.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) | ||||
|       '@astrojs/sitemap': | ||||
|         specifier: ^3.3.1 | ||||
|         version: 3.3.1 | ||||
|       '@kevisual/query': | ||||
|         specifier: ^0.0.17 | ||||
|         version: 0.0.17(zod@3.24.3) | ||||
| @@ -21,8 +24,8 @@ importers: | ||||
|         specifier: ^4.1.4 | ||||
|         version: 4.1.4(vite@6.3.3(@types/node@18.19.87)(jiti@2.4.2)(lightningcss@1.29.2)) | ||||
|       astro: | ||||
|         specifier: ^5.7.7 | ||||
|         version: 5.7.7(@types/node@18.19.87)(jiti@2.4.2)(lightningcss@1.29.2)(rollup@4.40.1)(typescript@5.8.3) | ||||
|         specifier: ^5.7.9 | ||||
|         version: 5.7.9(@types/node@18.19.87)(jiti@2.4.2)(lightningcss@1.29.2)(rollup@4.40.1)(typescript@5.8.3) | ||||
|       clsx: | ||||
|         specifier: ^2.1.1 | ||||
|         version: 2.1.1 | ||||
| @@ -52,8 +55,8 @@ importers: | ||||
|         version: 5.0.3(@types/react@19.1.2)(react@19.1.0) | ||||
|     devDependencies: | ||||
|       '@kevisual/types': | ||||
|         specifier: ^0.0.7 | ||||
|         version: 0.0.7 | ||||
|         specifier: ^0.0.9 | ||||
|         version: 0.0.9 | ||||
|       '@types/react': | ||||
|         specifier: ^19.1.2 | ||||
|         version: 19.1.2 | ||||
| @@ -98,8 +101,8 @@ packages: | ||||
|     resolution: {integrity: sha512-GilTHKGCW6HMq7y3BUv9Ac7GMe/MO9gi9GW62GzKtth0SwukCu/qp2wLiGpEujhY+VVhaG9v7kv/5vFzvf4NYw==} | ||||
|     engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0} | ||||
|  | ||||
|   '@astrojs/react@4.2.5': | ||||
|     resolution: {integrity: sha512-NIBB51z4OP57gYmDQCu2UpQLm61kzdahELud/X8TGcfvcVoMvp5m4810TrRQ3V3vebTGHRGYICoOFTS33nuT+g==} | ||||
|   '@astrojs/react@4.2.6': | ||||
|     resolution: {integrity: sha512-2ql9Q1rjegSRfeG1JLxWhTNNNsrZI3Q3d7z4QPDGb+an9taaRAgannyiwNRwmgiTCc2n/7keppSzvjLSW5vzZg==} | ||||
|     engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0} | ||||
|     peerDependencies: | ||||
|       '@types/react': ^17.0.50 || ^18.0.21 || ^19.0.0 | ||||
| @@ -107,6 +110,9 @@ packages: | ||||
|       react: ^17.0.2 || ^18.0.0 || ^19.0.0 | ||||
|       react-dom: ^17.0.2 || ^18.0.0 || ^19.0.0 | ||||
|  | ||||
|   '@astrojs/sitemap@3.3.1': | ||||
|     resolution: {integrity: sha512-GRnDUCTviBSNfXJ0Jmur+1/C+z3g36jy79VyYggfe1uNyEYSTcmAfTTCmbytrRvJRNyJJnSfB/77Gnm9PiXRRg==} | ||||
|  | ||||
|   '@astrojs/telemetry@3.2.1': | ||||
|     resolution: {integrity: sha512-SSVM820Jqc6wjsn7qYfV9qfeQvePtVc1nSofhyap7l0/iakUKywj3hfy3UJAOV4sGV4Q/u450RD4AaCaFvNPlg==} | ||||
|     engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0} | ||||
| @@ -372,79 +378,67 @@ packages: | ||||
|     resolution: {integrity: sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==} | ||||
|     cpu: [arm64] | ||||
|     os: [linux] | ||||
|     libc: [glibc] | ||||
|  | ||||
|   '@img/sharp-libvips-linux-arm@1.0.5': | ||||
|     resolution: {integrity: sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==} | ||||
|     cpu: [arm] | ||||
|     os: [linux] | ||||
|     libc: [glibc] | ||||
|  | ||||
|   '@img/sharp-libvips-linux-s390x@1.0.4': | ||||
|     resolution: {integrity: sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==} | ||||
|     cpu: [s390x] | ||||
|     os: [linux] | ||||
|     libc: [glibc] | ||||
|  | ||||
|   '@img/sharp-libvips-linux-x64@1.0.4': | ||||
|     resolution: {integrity: sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==} | ||||
|     cpu: [x64] | ||||
|     os: [linux] | ||||
|     libc: [glibc] | ||||
|  | ||||
|   '@img/sharp-libvips-linuxmusl-arm64@1.0.4': | ||||
|     resolution: {integrity: sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==} | ||||
|     cpu: [arm64] | ||||
|     os: [linux] | ||||
|     libc: [musl] | ||||
|  | ||||
|   '@img/sharp-libvips-linuxmusl-x64@1.0.4': | ||||
|     resolution: {integrity: sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==} | ||||
|     cpu: [x64] | ||||
|     os: [linux] | ||||
|     libc: [musl] | ||||
|  | ||||
|   '@img/sharp-linux-arm64@0.33.5': | ||||
|     resolution: {integrity: sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==} | ||||
|     engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} | ||||
|     cpu: [arm64] | ||||
|     os: [linux] | ||||
|     libc: [glibc] | ||||
|  | ||||
|   '@img/sharp-linux-arm@0.33.5': | ||||
|     resolution: {integrity: sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==} | ||||
|     engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} | ||||
|     cpu: [arm] | ||||
|     os: [linux] | ||||
|     libc: [glibc] | ||||
|  | ||||
|   '@img/sharp-linux-s390x@0.33.5': | ||||
|     resolution: {integrity: sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==} | ||||
|     engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} | ||||
|     cpu: [s390x] | ||||
|     os: [linux] | ||||
|     libc: [glibc] | ||||
|  | ||||
|   '@img/sharp-linux-x64@0.33.5': | ||||
|     resolution: {integrity: sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==} | ||||
|     engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} | ||||
|     cpu: [x64] | ||||
|     os: [linux] | ||||
|     libc: [glibc] | ||||
|  | ||||
|   '@img/sharp-linuxmusl-arm64@0.33.5': | ||||
|     resolution: {integrity: sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==} | ||||
|     engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} | ||||
|     cpu: [arm64] | ||||
|     os: [linux] | ||||
|     libc: [musl] | ||||
|  | ||||
|   '@img/sharp-linuxmusl-x64@0.33.5': | ||||
|     resolution: {integrity: sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==} | ||||
|     engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} | ||||
|     cpu: [x64] | ||||
|     os: [linux] | ||||
|     libc: [musl] | ||||
|  | ||||
|   '@img/sharp-wasm32@0.33.5': | ||||
|     resolution: {integrity: sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==} | ||||
| @@ -484,8 +478,8 @@ packages: | ||||
|   '@kevisual/query@0.0.17': | ||||
|     resolution: {integrity: sha512-WMvWM+3pNlPKNhoxPX9fldMp1tOeJrkRM/tXA4bvOnftIoX2yeI4v0wTpbGJXES/bLlo7OC2kV8SeKF0K6dnxQ==} | ||||
|  | ||||
|   '@kevisual/types@0.0.7': | ||||
|     resolution: {integrity: sha512-qU/vg7WilTmxbWQZ4PbYNaTDQO83KaCqoT10FbGg8FCwGG2luuEKTvCYcXfvpl7qA+AHGKcSm0JJc61s4oLCww==} | ||||
|   '@kevisual/types@0.0.9': | ||||
|     resolution: {integrity: sha512-SDJ7GMbOx7Ghz2kreHqym56ccAJS3t93y+NS0+afTLxcq2+cKcoEy2F8WXEv0mnJ6EsDp5AbA7Jv5TZA1Jbc3A==} | ||||
|  | ||||
|   '@mdx-js/mdx@3.1.0': | ||||
|     resolution: {integrity: sha512-/QxEhPAvGwbQmy1Px8F899L5Uc2KZ6JtXwlCgJmjSTBedwOZkByYcBG4GceIGPXRDsmfxhHazuS+hlOShRLeDw==} | ||||
| @@ -536,67 +530,56 @@ packages: | ||||
|     resolution: {integrity: sha512-ehSKrewwsESPt1TgSE/na9nIhWCosfGSFqv7vwEtjyAqZcvbGIg4JAcV7ZEh2tfj/IlfBeZjgOXm35iOOjadcg==} | ||||
|     cpu: [arm] | ||||
|     os: [linux] | ||||
|     libc: [glibc] | ||||
|  | ||||
|   '@rollup/rollup-linux-arm-musleabihf@4.40.1': | ||||
|     resolution: {integrity: sha512-m39iO/aaurh5FVIu/F4/Zsl8xppd76S4qoID8E+dSRQvTyZTOI2gVk3T4oqzfq1PtcvOfAVlwLMK3KRQMaR8lg==} | ||||
|     cpu: [arm] | ||||
|     os: [linux] | ||||
|     libc: [musl] | ||||
|  | ||||
|   '@rollup/rollup-linux-arm64-gnu@4.40.1': | ||||
|     resolution: {integrity: sha512-Y+GHnGaku4aVLSgrT0uWe2o2Rq8te9hi+MwqGF9r9ORgXhmHK5Q71N757u0F8yU1OIwUIFy6YiJtKjtyktk5hg==} | ||||
|     cpu: [arm64] | ||||
|     os: [linux] | ||||
|     libc: [glibc] | ||||
|  | ||||
|   '@rollup/rollup-linux-arm64-musl@4.40.1': | ||||
|     resolution: {integrity: sha512-jEwjn3jCA+tQGswK3aEWcD09/7M5wGwc6+flhva7dsQNRZZTe30vkalgIzV4tjkopsTS9Jd7Y1Bsj6a4lzz8gQ==} | ||||
|     cpu: [arm64] | ||||
|     os: [linux] | ||||
|     libc: [musl] | ||||
|  | ||||
|   '@rollup/rollup-linux-loongarch64-gnu@4.40.1': | ||||
|     resolution: {integrity: sha512-ySyWikVhNzv+BV/IDCsrraOAZ3UaC8SZB67FZlqVwXwnFhPihOso9rPOxzZbjp81suB1O2Topw+6Ug3JNegejQ==} | ||||
|     cpu: [loong64] | ||||
|     os: [linux] | ||||
|     libc: [glibc] | ||||
|  | ||||
|   '@rollup/rollup-linux-powerpc64le-gnu@4.40.1': | ||||
|     resolution: {integrity: sha512-BvvA64QxZlh7WZWqDPPdt0GH4bznuL6uOO1pmgPnnv86rpUpc8ZxgZwcEgXvo02GRIZX1hQ0j0pAnhwkhwPqWg==} | ||||
|     cpu: [ppc64] | ||||
|     os: [linux] | ||||
|     libc: [glibc] | ||||
|  | ||||
|   '@rollup/rollup-linux-riscv64-gnu@4.40.1': | ||||
|     resolution: {integrity: sha512-EQSP+8+1VuSulm9RKSMKitTav89fKbHymTf25n5+Yr6gAPZxYWpj3DzAsQqoaHAk9YX2lwEyAf9S4W8F4l3VBQ==} | ||||
|     cpu: [riscv64] | ||||
|     os: [linux] | ||||
|     libc: [glibc] | ||||
|  | ||||
|   '@rollup/rollup-linux-riscv64-musl@4.40.1': | ||||
|     resolution: {integrity: sha512-n/vQ4xRZXKuIpqukkMXZt9RWdl+2zgGNx7Uda8NtmLJ06NL8jiHxUawbwC+hdSq1rrw/9CghCpEONor+l1e2gA==} | ||||
|     cpu: [riscv64] | ||||
|     os: [linux] | ||||
|     libc: [musl] | ||||
|  | ||||
|   '@rollup/rollup-linux-s390x-gnu@4.40.1': | ||||
|     resolution: {integrity: sha512-h8d28xzYb98fMQKUz0w2fMc1XuGzLLjdyxVIbhbil4ELfk5/orZlSTpF/xdI9C8K0I8lCkq+1En2RJsawZekkg==} | ||||
|     cpu: [s390x] | ||||
|     os: [linux] | ||||
|     libc: [glibc] | ||||
|  | ||||
|   '@rollup/rollup-linux-x64-gnu@4.40.1': | ||||
|     resolution: {integrity: sha512-XiK5z70PEFEFqcNj3/zRSz/qX4bp4QIraTy9QjwJAb/Z8GM7kVUsD0Uk8maIPeTyPCP03ChdI+VVmJriKYbRHQ==} | ||||
|     cpu: [x64] | ||||
|     os: [linux] | ||||
|     libc: [glibc] | ||||
|  | ||||
|   '@rollup/rollup-linux-x64-musl@4.40.1': | ||||
|     resolution: {integrity: sha512-2BRORitq5rQ4Da9blVovzNCMaUlyKrzMSvkVR0D4qPuOy/+pMCrh1d7o01RATwVy+6Fa1WBw+da7QPeLWU/1mQ==} | ||||
|     cpu: [x64] | ||||
|     os: [linux] | ||||
|     libc: [musl] | ||||
|  | ||||
|   '@rollup/rollup-win32-arm64-msvc@4.40.1': | ||||
|     resolution: {integrity: sha512-b2bcNm9Kbde03H+q+Jjw9tSfhYkzrDUf2d5MAd1bOJuVplXvFhWz7tRtWvD8/ORZi7qSCy0idW6tf2HgxSXQSg==} | ||||
| @@ -675,28 +658,24 @@ packages: | ||||
|     engines: {node: '>= 10'} | ||||
|     cpu: [arm64] | ||||
|     os: [linux] | ||||
|     libc: [glibc] | ||||
|  | ||||
|   '@tailwindcss/oxide-linux-arm64-musl@4.1.4': | ||||
|     resolution: {integrity: sha512-X3As2xhtgPTY/m5edUtddmZ8rCruvBvtxYLMw9OsZdH01L2gS2icsHRwxdU0dMItNfVmrBezueXZCHxVeeb7Aw==} | ||||
|     engines: {node: '>= 10'} | ||||
|     cpu: [arm64] | ||||
|     os: [linux] | ||||
|     libc: [musl] | ||||
|  | ||||
|   '@tailwindcss/oxide-linux-x64-gnu@4.1.4': | ||||
|     resolution: {integrity: sha512-2VG4DqhGaDSmYIu6C4ua2vSLXnJsb/C9liej7TuSO04NK+JJJgJucDUgmX6sn7Gw3Cs5ZJ9ZLrnI0QRDOjLfNQ==} | ||||
|     engines: {node: '>= 10'} | ||||
|     cpu: [x64] | ||||
|     os: [linux] | ||||
|     libc: [glibc] | ||||
|  | ||||
|   '@tailwindcss/oxide-linux-x64-musl@4.1.4': | ||||
|     resolution: {integrity: sha512-v+mxVgH2kmur/X5Mdrz9m7TsoVjbdYQT0b4Z+dr+I4RvreCNXyCFELZL/DO0M1RsidZTrm6O1eMnV6zlgEzTMQ==} | ||||
|     engines: {node: '>= 10'} | ||||
|     cpu: [x64] | ||||
|     os: [linux] | ||||
|     libc: [musl] | ||||
|  | ||||
|   '@tailwindcss/oxide-wasm32-wasi@4.1.4': | ||||
|     resolution: {integrity: sha512-2TLe9ir+9esCf6Wm+lLWTMbgklIjiF0pbmDnwmhR9MksVOq+e8aP3TSsXySnBDDvTTVd/vKu1aNttEGj3P6l8Q==} | ||||
| @@ -770,6 +749,9 @@ packages: | ||||
|   '@types/node-fetch@2.6.12': | ||||
|     resolution: {integrity: sha512-8nneRWKCg3rMtF69nLQJnOYUcbafYeFSjqkw3jCRLsqkWFlHaoQrr5mXmofFGOx3DKn7UfmBMyov8ySvLRVldA==} | ||||
|  | ||||
|   '@types/node@17.0.45': | ||||
|     resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} | ||||
|  | ||||
|   '@types/node@18.19.87': | ||||
|     resolution: {integrity: sha512-OIAAu6ypnVZHmsHCeJ+7CCSub38QNBS9uceMQeg7K5Ur0Jr+wG9wEOEvvMbhp09pxD5czIUy/jND7s7Tb6Nw7A==} | ||||
|  | ||||
| @@ -781,6 +763,9 @@ packages: | ||||
|   '@types/react@19.1.2': | ||||
|     resolution: {integrity: sha512-oxLPMytKchWGbnQM9O7D67uPa9paTNxO7jVoNMXgkkErULBPhPARCfkKL9ytcIJJRGjbsVwW4ugJzyFFvm/Tiw==} | ||||
|  | ||||
|   '@types/sax@1.2.7': | ||||
|     resolution: {integrity: sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==} | ||||
|  | ||||
|   '@types/unist@2.0.11': | ||||
|     resolution: {integrity: sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==} | ||||
|  | ||||
| @@ -833,6 +818,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==} | ||||
|  | ||||
| @@ -847,8 +835,8 @@ packages: | ||||
|     resolution: {integrity: sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==} | ||||
|     hasBin: true | ||||
|  | ||||
|   astro@5.7.7: | ||||
|     resolution: {integrity: sha512-nmp8U3oQLZ/eDlobF1UG0hiSycVvHrVyPDMXZxuohpd24Z2aO2Ea0YnfZxS5Sx4uh9c8UBxy4fHTcoQlXNx3TQ==} | ||||
|   astro@5.7.9: | ||||
|     resolution: {integrity: sha512-P0cLijpmu4xZEXIh83ROOJqiCWRA7KSo24nhRLIjbMkiPElXu2qL1c28m7xhylCXeHa0lnCGPLyNjs1Wx3GyxA==} | ||||
|     engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} | ||||
|     hasBin: true | ||||
|  | ||||
| @@ -1384,28 +1372,24 @@ packages: | ||||
|     engines: {node: '>= 12.0.0'} | ||||
|     cpu: [arm64] | ||||
|     os: [linux] | ||||
|     libc: [glibc] | ||||
|  | ||||
|   lightningcss-linux-arm64-musl@1.29.2: | ||||
|     resolution: {integrity: sha512-Q64eM1bPlOOUgxFmoPUefqzY1yV3ctFPE6d/Vt7WzLW4rKTv7MyYNky+FWxRpLkNASTnKQUaiMJ87zNODIrrKQ==} | ||||
|     engines: {node: '>= 12.0.0'} | ||||
|     cpu: [arm64] | ||||
|     os: [linux] | ||||
|     libc: [musl] | ||||
|  | ||||
|   lightningcss-linux-x64-gnu@1.29.2: | ||||
|     resolution: {integrity: sha512-0v6idDCPG6epLXtBH/RPkHvYx74CVziHo6TMYga8O2EiQApnUPZsbR9nFNrg2cgBzk1AYqEd95TlrsL7nYABQg==} | ||||
|     engines: {node: '>= 12.0.0'} | ||||
|     cpu: [x64] | ||||
|     os: [linux] | ||||
|     libc: [glibc] | ||||
|  | ||||
|   lightningcss-linux-x64-musl@1.29.2: | ||||
|     resolution: {integrity: sha512-rMpz2yawkgGT8RULc5S4WiZopVMOFWjiItBT7aSfDX4NQav6M44rhn5hjtkKzB+wMTRlLLqxkeYEtQ3dd9696w==} | ||||
|     engines: {node: '>= 12.0.0'} | ||||
|     cpu: [x64] | ||||
|     os: [linux] | ||||
|     libc: [musl] | ||||
|  | ||||
|   lightningcss-win32-arm64-msvc@1.29.2: | ||||
|     resolution: {integrity: sha512-nL7zRW6evGQqYVu/bKGK+zShyz8OVzsCotFgc7judbt6wnB2KbiKKJwBE4SGoDBQ1O94RjW4asrCjQL4i8Fhbw==} | ||||
| @@ -1855,6 +1839,9 @@ packages: | ||||
|     engines: {node: '>=18.0.0', npm: '>=8.0.0'} | ||||
|     hasBin: true | ||||
|  | ||||
|   sax@1.4.1: | ||||
|     resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==} | ||||
|  | ||||
|   scheduler@0.26.0: | ||||
|     resolution: {integrity: sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==} | ||||
|  | ||||
| @@ -1880,6 +1867,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.3.4: | ||||
|     resolution: {integrity: sha512-UOPtVuYkzYGee0Bd2Szz8d2G3RfMfJ2t3qVdZUAozZyAk+a0Sxa+QKix0YCwjL/A1RR0ar44nCxaoN9FxdJGwA==} | ||||
|     engines: {node: '>= 18'} | ||||
| @@ -1895,6 +1887,9 @@ packages: | ||||
|   space-separated-tokens@2.0.2: | ||||
|     resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==} | ||||
|  | ||||
|   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'} | ||||
| @@ -1989,8 +1984,8 @@ packages: | ||||
|   unified@11.0.5: | ||||
|     resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==} | ||||
|  | ||||
|   unifont@0.4.0: | ||||
|     resolution: {integrity: sha512-wbc8b02b+K7WRHSxD+YQRYS31iVwOd0dRF7Nv73nolzyQ5n4qMtuJ4OdJSe1hEB7XT+lPb2Qk7FHxOrMReh9lw==} | ||||
|   unifont@0.4.1: | ||||
|     resolution: {integrity: sha512-zKSY9qO8svWYns+FGKjyVdLvpGPwqmsCjeJLN1xndMiqxHWBAhoWDMYMG960MxeV48clBmG+fDP59dHY1VoZvg==} | ||||
|  | ||||
|   unist-util-find-after@5.0.0: | ||||
|     resolution: {integrity: sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==} | ||||
| @@ -2263,12 +2258,12 @@ snapshots: | ||||
|     transitivePeerDependencies: | ||||
|       - supports-color | ||||
|  | ||||
|   '@astrojs/mdx@4.2.5(astro@5.7.7(@types/node@18.19.87)(jiti@2.4.2)(lightningcss@1.29.2)(rollup@4.40.1)(typescript@5.8.3))': | ||||
|   '@astrojs/mdx@4.2.5(astro@5.7.9(@types/node@18.19.87)(jiti@2.4.2)(lightningcss@1.29.2)(rollup@4.40.1)(typescript@5.8.3))': | ||||
|     dependencies: | ||||
|       '@astrojs/markdown-remark': 6.3.1 | ||||
|       '@mdx-js/mdx': 3.1.0(acorn@8.14.1) | ||||
|       acorn: 8.14.1 | ||||
|       astro: 5.7.7(@types/node@18.19.87)(jiti@2.4.2)(lightningcss@1.29.2)(rollup@4.40.1)(typescript@5.8.3) | ||||
|       astro: 5.7.9(@types/node@18.19.87)(jiti@2.4.2)(lightningcss@1.29.2)(rollup@4.40.1)(typescript@5.8.3) | ||||
|       es-module-lexer: 1.7.0 | ||||
|       estree-util-visit: 2.0.0 | ||||
|       hast-util-to-html: 9.0.5 | ||||
| @@ -2286,7 +2281,7 @@ snapshots: | ||||
|     dependencies: | ||||
|       prismjs: 1.30.0 | ||||
|  | ||||
|   '@astrojs/react@4.2.5(@types/node@18.19.87)(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(jiti@2.4.2)(lightningcss@1.29.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': | ||||
|   '@astrojs/react@4.2.6(@types/node@18.19.87)(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(jiti@2.4.2)(lightningcss@1.29.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': | ||||
|     dependencies: | ||||
|       '@types/react': 19.1.2 | ||||
|       '@types/react-dom': 19.1.2(@types/react@19.1.2) | ||||
| @@ -2309,6 +2304,12 @@ snapshots: | ||||
|       - tsx | ||||
|       - yaml | ||||
|  | ||||
|   '@astrojs/sitemap@3.3.1': | ||||
|     dependencies: | ||||
|       sitemap: 8.0.0 | ||||
|       stream-replace-string: 2.0.0 | ||||
|       zod: 3.24.3 | ||||
|  | ||||
|   '@astrojs/telemetry@3.2.1': | ||||
|     dependencies: | ||||
|       ci-info: 4.2.0 | ||||
| @@ -2619,7 +2620,7 @@ snapshots: | ||||
|       - ws | ||||
|       - zod | ||||
|  | ||||
|   '@kevisual/types@0.0.7': {} | ||||
|   '@kevisual/types@0.0.9': {} | ||||
|  | ||||
|   '@mdx-js/mdx@3.1.0(acorn@8.14.1)': | ||||
|     dependencies: | ||||
| @@ -2875,6 +2876,8 @@ snapshots: | ||||
|       '@types/node': 18.19.87 | ||||
|       form-data: 4.0.2 | ||||
|  | ||||
|   '@types/node@17.0.45': {} | ||||
|  | ||||
|   '@types/node@18.19.87': | ||||
|     dependencies: | ||||
|       undici-types: 5.26.5 | ||||
| @@ -2887,6 +2890,10 @@ snapshots: | ||||
|     dependencies: | ||||
|       csstype: 3.1.3 | ||||
|  | ||||
|   '@types/sax@1.2.7': | ||||
|     dependencies: | ||||
|       '@types/node': 18.19.87 | ||||
|  | ||||
|   '@types/unist@2.0.11': {} | ||||
|  | ||||
|   '@types/unist@3.0.3': {} | ||||
| @@ -2933,6 +2940,8 @@ snapshots: | ||||
|       normalize-path: 3.0.0 | ||||
|       picomatch: 2.3.1 | ||||
|  | ||||
|   arg@5.0.2: {} | ||||
|  | ||||
|   argparse@2.0.1: {} | ||||
|  | ||||
|   aria-query@5.3.2: {} | ||||
| @@ -2941,7 +2950,7 @@ snapshots: | ||||
|  | ||||
|   astring@1.9.0: {} | ||||
|  | ||||
|   astro@5.7.7(@types/node@18.19.87)(jiti@2.4.2)(lightningcss@1.29.2)(rollup@4.40.1)(typescript@5.8.3): | ||||
|   astro@5.7.9(@types/node@18.19.87)(jiti@2.4.2)(lightningcss@1.29.2)(rollup@4.40.1)(typescript@5.8.3): | ||||
|     dependencies: | ||||
|       '@astrojs/compiler': 2.11.0 | ||||
|       '@astrojs/internal-helpers': 0.6.1 | ||||
| @@ -2990,7 +2999,7 @@ snapshots: | ||||
|       tinyglobby: 0.2.13 | ||||
|       tsconfck: 3.1.5(typescript@5.8.3) | ||||
|       ultrahtml: 1.6.0 | ||||
|       unifont: 0.4.0 | ||||
|       unifont: 0.4.1 | ||||
|       unist-util-visit: 5.0.0 | ||||
|       unstorage: 1.16.0 | ||||
|       vfile: 6.0.3 | ||||
| @@ -4435,6 +4444,8 @@ snapshots: | ||||
|       '@rollup/rollup-win32-x64-msvc': 4.40.1 | ||||
|       fsevents: 2.3.3 | ||||
|  | ||||
|   sax@1.4.1: {} | ||||
|  | ||||
|   scheduler@0.26.0: {} | ||||
|  | ||||
|   semver@6.3.1: {} | ||||
| @@ -4486,6 +4497,13 @@ 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.3.4: {} | ||||
|  | ||||
|   source-map-js@1.2.1: {} | ||||
| @@ -4494,6 +4512,8 @@ snapshots: | ||||
|  | ||||
|   space-separated-tokens@2.0.2: {} | ||||
|  | ||||
|   stream-replace-string@2.0.0: {} | ||||
|  | ||||
|   string-width@4.2.3: | ||||
|     dependencies: | ||||
|       emoji-regex: 8.0.0 | ||||
| @@ -4584,7 +4604,7 @@ snapshots: | ||||
|       trough: 2.2.0 | ||||
|       vfile: 6.0.3 | ||||
|  | ||||
|   unifont@0.4.0: | ||||
|   unifont@0.4.1: | ||||
|     dependencies: | ||||
|       css-tree: 3.1.0 | ||||
|       ohash: 2.0.11 | ||||
|   | ||||
							
								
								
									
										0
									
								
								submodules/.gitkeep
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								submodules/.gitkeep
									
									
									
									
									
										Normal file
									
								
							
		Reference in New Issue
	
	Block a user