Добавлено игнорирование сборки статических файлов

This commit is contained in:
2023-08-19 04:09:45 +03:00
parent 23a693a805
commit dad4d61453
17 changed files with 78 additions and 42 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 357 B

View File

@@ -1,15 +0,0 @@
/* SITE */
Last update: Sun Aug 19 02:47 AM MSK 2023
Language: Russian
Doctype: HTML5
IDE: Sublime Text 4
Tools: Parcel, Prettier, EditorConfig, nginx
Components: Bootstrap 5.3.1
Server: 1Gb RAM 1CPU KVM by FirstVDS
Server OS: ArchLinux rolling
/* TEAM */
Chef: Alexander Popov
Contacts: iiiypuk [at] fastmail.fm
Ko-Fi: iiiypuk
Location: Murmansk, Russia

View File

@@ -5,16 +5,16 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>a2s</title>
<meta name="description" content="" />
<link rel="manifest" href="manifest.json" />
<link rel="stylesheet" type="text/css" href="bootstrap-v5.3.1.min.css" />
<link rel="stylesheet" type="text/css" href="/css/bootstrap-v5.3.1.min.css" />
<link rel="stylesheet" type="text/css" href="/js/bootstrap-v5.3.1.min.js" />
<style type="text/css">
@import url('./styles.css');
</style>
<script type="module">
import './app.js';
</script>
<link rel="author" href="humans.txt" />
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="author" href="/humans.txt" />
<link rel="icon" type="image/png" href="/favicon.png" />
</head>
<body class="d-flex h-100 text-bg-dark">
<div class="cover-container d-flex w-100 h-100 mx-auto flex-column">

View File

@@ -1,34 +0,0 @@
{
"name": "a2s",
"icons": [
{
"src": "/icons/72.png",
"sizes": "72x72",
"type": "image/png",
"density": "1.5"
},
{
"src": "/icons/96.png",
"sizes": "96x96",
"type": "image/png",
"density": "2.0"
},
{
"src": "/icons/144.png",
"sizes": "144x144",
"type": "image/png",
"density": "3.0"
},
{
"src": "/icons/192.png",
"sizes": "192x192",
"type": "image/png",
"density": "4.0"
},
{
"src": "/icons/512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}