Browse Source

prevent favicon requests (which take 50-100ms)

main
familyfriendlymikey 2 years ago
parent
commit
29c37c95f2
  1. 1
      app/index.html
  2. 2
      package.json

1
app/index.html

@ -1,5 +1,6 @@
<html lang="en"> <html lang="en">
<head> <head>
<link rel="icon" href="data:,">
<title>🥰🏠</title> <title>🥰🏠</title>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "fuzzyhome", "name": "fuzzyhome",
"version": "0.1.27", "version": "0.1.28",
"scripts": { "scripts": {
"start": "imba run -SMH --baseurl . -w server.imba", "start": "imba run -SMH --baseurl . -w server.imba",
"build-app": "rm -rf dist && imba build -SMH --baseurl . server.imba", "build-app": "rm -rf dist && imba build -SMH --baseurl . server.imba",

Loading…
Cancel
Save