Use prism as smaller nicer code highlighting library

This commit is contained in:
2020-04-27 19:14:44 +02:00
parent bc45040bb1
commit add4a2f7f0
9 changed files with 163 additions and 29 deletions

View File

@@ -29,7 +29,7 @@ Rails.application.routes.draw do
get '/demo(/:backend)' => 'home#demo', as: :demo
get '/contact' => 'home#contact', as: :contact
get '/help', to: redirect('https://www.notion.so/Tinyforms-Help-Center-04f13b5908bc46cfb4283079a3cb1149')
get '/form-building-service', to: redirect('https://www.notion.so/Tinyforms-Help-Center-04f13b5908bc46cfb4283079a3cb1149')
root 'home#index'
end