Add index page, favicon, robots.txt and sitemap.xml
This commit is contained in:
parent
820907c3c2
commit
cb904127c0
26 changed files with 4163 additions and 2638 deletions
|
@ -9,7 +9,9 @@
|
|||
],
|
||||
"devDependencies": {
|
||||
"minireset.css": "^0.0.7",
|
||||
"nuxt": "^3.0.0-rc.11"
|
||||
"nuxt": "^3.0.0-rc.11",
|
||||
"sass": "^1.56.1",
|
||||
"sass-loader": "^13.2.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "nuxt build",
|
||||
|
@ -18,5 +20,8 @@
|
|||
"preview": "nuxt preview",
|
||||
"postinstall": "nuxt prepare",
|
||||
"start": "nuxt start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@funken-studio/sitemap-nuxt-3": "^4.0.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue