Update package.json
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "gatsby-starter-hello-world",
|
||||
"name": "benramey.com",
|
||||
"private": true,
|
||||
"description": "A simplified bare-bones starter for Gatsby",
|
||||
"description": "My blog: benramey.com",
|
||||
"version": "0.1.0",
|
||||
"license": "0BSD",
|
||||
"scripts": {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import React from "react"
|
||||
|
||||
export default function Home() {
|
||||
return <div>Hello world!</div>
|
||||
return <div>Hello world, Ben!</div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user