summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-04-05 21:25:43 -0400
committerDavid Gay <david@davidgay.org>2021-04-05 21:28:02 -0400
commitf7462223a0b5033412c127d7820ab40a042462c8 (patch)
tree74c11369bc54640a35e25a8297014f95c8fae11c /config
parent24221a37d380736cf566e989cfbc2dee02b45378 (diff)
Use tailwind's postcss 7 compatability version, and prove it's working
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index c06383a..0cdd7e0 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -1,3 +1,4 @@
Rails.application.routes.draw do
# For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
+ root "home#index", as: :home
end