Compare commits

..

No commits in common. "821e1b23e0c323974ff828fed80feb573daad185" and "629ba546a64f450e798dff746c8fed1341adfd28" have entirely different histories.

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
- [x] Responsive design
- [x] Background
- [ ] Background
- [ ] SEO
- [ ] Embed
- [x] Responsive design

4
package-lock.json generated
View file

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

View file

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