diff --git a/app.json b/app.json deleted file mode 100644 index 20d0616..0000000 --- a/app.json +++ /dev/null @@ -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" - } - ] -} \ No newline at end of file diff --git a/app/routes/index.tsx b/app/routes/index.tsx index a893ee1..3048cdc 100644 --- a/app/routes/index.tsx +++ b/app/routes/index.tsx @@ -18,7 +18,7 @@ export default function Index() { const data = useLoaderData(); return (
-

Welcome to Remix Heroku

+

Welcome to Remix Render.com

Add a new note

Notes: