From adb0ea34d7e0c3b8cf9abcf2da2e35cc481da162 Mon Sep 17 00:00:00 2001 From: StartupNinja01 Date: Thu, 17 Oct 2024 00:35:56 +0000 Subject: [PATCH 1/2] Added a sub-heading, "Home Of The Metaverse" --- .replit | 7 +++---- app/views/pages/home.html.erb | 3 +++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.replit b/.replit index 3b37d96..46d2456 100644 --- a/.replit +++ b/.replit @@ -1,7 +1,6 @@ -run = "RAILS_ENV=development bundle exec rails server --binding=0.0.0.0" +run = "bundle exec rails server --binding=0.0.0.0" hidden = [".bundle"] -entrypoint = "app/controllers/application_controller.rb" -modules = ["ruby-3.2"] +modules = ["ruby-3.2", "web", "nodejs-20", "nix"] [env] RACK_MINI_PROFILER = "off" @@ -15,7 +14,7 @@ requiredFiles = [".replit", "replit.nix"] [deployment] -run = "RAILS_ENV=production bundle exec rails server --binding=0.0.0.0" +run = ["sh", "-c", "bundle exec rails server --binding=0.0.0.0"] deploymentTarget = "gce" [[ports]] diff --git a/app/views/pages/home.html.erb b/app/views/pages/home.html.erb index 68c16cc..17fbacf 100644 --- a/app/views/pages/home.html.erb +++ b/app/views/pages/home.html.erb @@ -1,5 +1,8 @@

Welcome to the Jitter Homepage

+

Home Of The Metaverse

+ +

Use a specific URL to get to the features you are looking for.

Go to the Jits \ No newline at end of file From 1c838df73b290015649764ca4d956897d68dab6c Mon Sep 17 00:00:00 2001 From: StartupNinja01 Date: Thu, 17 Oct 2024 00:39:02 +0000 Subject: [PATCH 2/2] Added a second subheading --- app/views/pages/home.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/pages/home.html.erb b/app/views/pages/home.html.erb index 17fbacf..4648947 100644 --- a/app/views/pages/home.html.erb +++ b/app/views/pages/home.html.erb @@ -1,6 +1,7 @@

Welcome to the Jitter Homepage

Home Of The Metaverse

+

The World At Your Fingertip

Use a specific URL to get to the features you are looking for.