site title
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>ReduxScraper</title>
|
||||
<title>ReFurrer</title>
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<%= csrf_meta_tags %>
|
||||
<%= csp_meta_tag %>
|
||||
|
||||
@@ -8,6 +8,7 @@ Bundler.require(*Rails.groups)
|
||||
|
||||
module ReduxScraper
|
||||
class Application < Rails::Application
|
||||
config.session_store :cookie_store, key: "_refurrer_session"
|
||||
config.assets.precompile << "delayed/web/application.css"
|
||||
# Initialize configuration defaults for originally generated Rails version.
|
||||
config.load_defaults 7.0
|
||||
|
||||
@@ -24,8 +24,10 @@ Rails.application.configure do
|
||||
# Apache or NGINX already handles this.
|
||||
config.public_file_server.enabled = ENV["RAILS_SERVE_STATIC_FILES"].present?
|
||||
|
||||
# Compress CSS using a preprocessor.
|
||||
# Compress js / css assets
|
||||
# config.assets.css_compressor = :sass
|
||||
# config.assets.js_compressor = :uglifier
|
||||
config.assets.gzip = true
|
||||
|
||||
# Do not fallback to assets pipeline if a precompiled asset is missed.
|
||||
config.assets.compile = false
|
||||
|
||||
Reference in New Issue
Block a user