Compare commits

...

2 commits

Author SHA1 Message Date
821e1b23e0 README : organisation 2024-05-03 11:07:35 +02:00
297878b468 package : version -> 0.1.0 2024-05-03 11:06:53 +02:00
3 changed files with 5 additions and 5 deletions

View file

@ -14,7 +14,7 @@ Made with Astro framework (really cool framework but JS was an error).
- [x] Content
- [x] Logos
- [x] Style
- [ ] Background
- [x] Responsive design
- [x] Background
- [ ] SEO
- [ ] Embed
- [x] Responsive design

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "ahurac-homepage",
"version": "0.0.1",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ahurac-homepage",
"version": "0.0.1",
"version": "0.1.0",
"dependencies": {
"@astrojs/check": "^0.3.2",
"astro": "^4.0.4",

View file

@ -1,7 +1,7 @@
{
"name": "ahurac-homepage",
"type": "module",
"version": "0.0.1",
"version": "0.1.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",