add darkmode, minimize js/css
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!doctype html>
|
||||
<html lang="pl">
|
||||
<html lang="pl" data-bs-theme="">
|
||||
<head>
|
||||
{% if app.environment == "prod" %}
|
||||
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" />
|
||||
@@ -7,9 +7,8 @@
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<meta name="turbo-prefetch" content="false">
|
||||
<title>{% block title %}Sprawozdania{% endblock %}</title>
|
||||
|
||||
{% block stylesheets %}
|
||||
{# 'app' must match the first argument to addEntry() in webpack.config.js #}
|
||||
{{ encore_entry_link_tags('app') }}
|
||||
|
||||
Reference in New Issue
Block a user