dev env title
This commit is contained in:
parent
5a61da69d0
commit
62bb9ab322
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>My Tendy Zone</title>
|
||||
<title><%= Rails.env == "development" ? "dev My Tendy Zone" : "My Tendy Zone" %></title>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user