FEAT: switch to vite vue stack
This commit is contained in:
21
index.html
Normal file
21
index.html
Normal 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>
|
Reference in New Issue
Block a user