mirror of
https://github.com/Motschen/midnightdust-eu.git
synced 2025-12-16 10:35:09 +01:00
Update Statistics & Astro
This commit is contained in:
1
.astro/content-assets.mjs
Normal file
1
.astro/content-assets.mjs
Normal file
@@ -0,0 +1 @@
|
|||||||
|
export default new Map();
|
||||||
1
.astro/content-modules.mjs
Normal file
1
.astro/content-modules.mjs
Normal file
@@ -0,0 +1 @@
|
|||||||
|
export default new Map();
|
||||||
1
.astro/data-store.json
Normal file
1
.astro/data-store.json
Normal file
@@ -0,0 +1 @@
|
|||||||
|
[["Map",1,2],"meta::meta",["Map",3,4],"astro-version","5.0.2"]
|
||||||
1256
package-lock.json
generated
1256
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -11,16 +11,16 @@
|
|||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/mdx": "^3.1.9",
|
"@astrojs/mdx": "^4.0.1",
|
||||||
"@astrojs/partytown": "^2.1.2",
|
"@astrojs/partytown": "^2.1.2",
|
||||||
"@astrojs/tailwind": "^5.1.2",
|
"@astrojs/tailwind": "^5.1.3",
|
||||||
"@iconify-json/ion": "^1.2.0",
|
"@iconify-json/ion": "^1.2.0",
|
||||||
"@iconify-json/mdi": "^1.2.0",
|
"@iconify-json/mdi": "^1.2.0",
|
||||||
"@iconify-json/simple-icons": "^1.2.3",
|
"@iconify-json/simple-icons": "^1.2.3",
|
||||||
"@typescript-eslint/eslint-plugin": "^8.6.0",
|
"@typescript-eslint/eslint-plugin": "^8.6.0",
|
||||||
"@typescript-eslint/parser": "^8.6.0",
|
"@typescript-eslint/parser": "^8.6.0",
|
||||||
"accessible-astro-components": "^2.3.6",
|
"accessible-astro-components": "^2.3.6",
|
||||||
"astro": "^4.16.16",
|
"astro": "^5.0.2",
|
||||||
"astro-compress": "^2.3.1",
|
"astro-compress": "^2.3.1",
|
||||||
"astro-icon": "^1.1.1",
|
"astro-icon": "^1.1.1",
|
||||||
"eslint": "^9.10.0",
|
"eslint": "^9.10.0",
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ import Counter from '../components/Counter.astro'
|
|||||||
<h2 class="mb-16 text-6xl">Statistics</h2>
|
<h2 class="mb-16 text-6xl">Statistics</h2>
|
||||||
<div class="grid grid-cols-1 gap-12 sm:grid-cols-2 md:grid-cols-3">
|
<div class="grid grid-cols-1 gap-12 sm:grid-cols-2 md:grid-cols-3">
|
||||||
<Counter icon="ion:star" count="570+" title="Stars in Total" sub="On GitHub" />
|
<Counter icon="ion:star" count="570+" title="Stars in Total" sub="On GitHub" />
|
||||||
<Counter icon="ion:download" count="90.000.000+" title="Total Downloads" sub="Modrinth & CurseForge" />
|
<Counter icon="ion:download" count="100+ Million" title="Total Downloads" sub="Modrinth & CurseForge" />
|
||||||
<Counter icon="ion:code-slash" count="5+" title="Years" sub="Development experience" />
|
<Counter icon="ion:code-slash" count="5+" title="Years" sub="Development experience" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user