Compare commits
2 commits
629ba546a6
...
821e1b23e0
Author | SHA1 | Date | |
---|---|---|---|
821e1b23e0 | |||
297878b468 |
3 changed files with 5 additions and 5 deletions
|
@ -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
4
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "ahurac-homepage",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"version": "0.1.0",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
|
|
Loading…
Reference in a new issue