Skip to content

Commit e74b57c

Browse files
committed
Updates metadata, title, and header
1 parent 27e3bc7 commit e74b57c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

nuxt.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
** Headers of the page
44
*/
55
head: {
6-
title: 'nuxttest',
6+
title: 'Nuxt.js on WeDeploy',
77
meta: [
88
{ charset: 'utf-8' },
99
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "nuxttest",
2+
"name": "nuxt-on-wedeploy",
33
"version": "1.0.0",
44
"description": "Nuxt.js project",
55
"author": "albertmourato <[email protected]>",

pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div>
44
<app-logo/>
55
<h1 class="title">
6-
nuxttest
6+
WeDeploy
77
</h1>
88
<h2 class="subtitle">
99
Nuxt.js project

0 commit comments

Comments
 (0)