dev env title

This commit is contained in:
TheNeedful-DO 2023-11-24 04:18:52 +00:00
parent ec71574039
commit b3ace00e2f

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <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.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com">