FEAT: switch to vite vue stack

This commit is contained in:
prosety
2022-11-25 19:27:48 +01:00
parent 2c4a48e1a6
commit 41fb802318
56 changed files with 3523 additions and 9631 deletions

21
index.html Normal file
View File

@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/svg+xml" href="https://raw.githubusercontent.com/valerebron/pegaz/master/docs/pegaz.svg" />
<meta name="generator" content={Astro.generator} />
<meta name="description" content="pegaz, deploy stack on the go with docker-compose">
<link rel="canonical" href="https://pegaz.io">
<meta property="og:title" content="pegaz, deploy stack on the go">
<meta property="og:image" content="https://raw.githubusercontent.com/valerebron/pegaz/master/docs/pegaz.svg">
<meta property="og:site_name" content="pegaz">
<script defer data-domain="pegaz.io" src="https://plausible.erudi.fr/js/plausible.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pegaz.io</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>