minor updates

This commit is contained in:
Tommy Parnell
2022-04-12 12:18:05 -04:00
parent ae36f0b871
commit 36fa2ed4bd
2 changed files with 1 additions and 29 deletions

View File

@@ -1,28 +0,0 @@
{
"name": "Remix on heroku",
"description": "A sample app showing remix on heroku with postgres",
"keywords": [
"react",
"remix",
"postgres"
],
"website": "https://github.com/TerribleDev/remix-heroku",
"repository": "https://github.com/TerribleDev/remix-heroku.git",
"success_url": "/",
"scripts": {},
"formation": {
"web": {
"quantity": 1,
"size": "free"
}
},
"addons": [
"heroku-postgresql"
],
"buildpacks": [
{
"url": "heroku/nodejs"
}
]
}

View File

@@ -18,7 +18,7 @@ export default function Index() {
const data = useLoaderData<LoaderData>(); const data = useLoaderData<LoaderData>();
return ( return (
<div style={{ fontFamily: "system-ui, sans-serif", lineHeight: "1.4" }}> <div style={{ fontFamily: "system-ui, sans-serif", lineHeight: "1.4" }}>
<h1>Welcome to Remix Heroku</h1> <h1>Welcome to Remix Render.com</h1>
<a href="/new">Add a new note</a> <a href="/new">Add a new note</a>
<p> Notes: </p> <p> Notes: </p>
<ul> <ul>