Skip to content

Commit

Permalink
Rename site title
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddarnes committed May 17, 2021
1 parent bb71029 commit abe3ff8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {

// Global page headers: https://go.nuxtjs.dev/config-head
head: {
title: "My Nuxt.js Site",
title: "My Nuxt Site",
htmlAttrs: {
lang: "en"
},
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "My Nuxt.js Site",
"name": "My Nuxt Site",
"version": "1.0.0",
"private": true,
"scripts": {
Expand Down

0 comments on commit abe3ff8

Please sign in to comment.