From 46509369a6a322988c74ba75b34f33c8511b6c17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Cort=C3=A9s?= Date: Thu, 16 Dec 2021 01:26:37 -0300 Subject: [PATCH] Busqueda con auto focus y algun cambio a nginx --- nginx.conf | 1 - src/Search.svelte | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.conf b/nginx.conf index 569810c..d69374c 100644 --- a/nginx.conf +++ b/nginx.conf @@ -20,7 +20,6 @@ server { gzip_static on; expires 7d; - add_header Pragma "public"; add_header Cache-Control "public"; } diff --git a/src/Search.svelte b/src/Search.svelte index 8ca30fe..a01745a 100644 --- a/src/Search.svelte +++ b/src/Search.svelte @@ -32,7 +32,8 @@ \ No newline at end of file