Updated ssr option for SEO.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2021-12-08 12:25:06 +04:00
parent 347edeea90
commit 42ba9ee707
7 changed files with 47 additions and 561 deletions

View File

@ -2,12 +2,17 @@
"name": "blog",
"version": "1.0.0",
"private": true,
"config": {
"nuxt": {
"host": "0.0.0.0"
}
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.ts,.vue\" --ignore-path .gitignore .",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint:style": "stylelint \"**/*.{vue,css}\" --ignore-path .gitignore",
"lint": "yarn lint:js && yarn lint:style"
},
@ -29,9 +34,6 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.14.7",
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-config-typescript": "^8.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/stylelint-module": "^4.0.0",
"eslint": "^7.29.0",