This commit integrates the `@nuxtjs/seo` module to establish a baseline for search engine optimization. Key changes include: - Installation and configuration of the `@nuxtjs/seo` module. - Definition of default meta tags for title, description, keywords, Open Graph, and Twitter cards. - Addition of a default Open Graph image. - Renaming of `robots.txt` to `_robots.txt` to align with the module's conventions for static file handling.
26 lines
560 B
JSON
26 lines
560 B
JSON
{
|
|
"name": "tootaio-com",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/content": "3.8.0",
|
|
"@nuxt/eslint": "1.10.0",
|
|
"@nuxt/ui": "4.1.0",
|
|
"@nuxtjs/i18n": "10.2.0",
|
|
"@nuxtjs/seo": "3.2.2",
|
|
"better-sqlite3": "^12.4.1",
|
|
"eslint": "^9.39.0",
|
|
"nuxt": "^4.2.0",
|
|
"typescript": "^5.9.3",
|
|
"vue": "^3.5.22",
|
|
"vue-router": "^4.6.3"
|
|
}
|
|
}
|