mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2025-01-20 18:50:21 +00:00
Merge branch 'master' of github.com:GlitchFamily/souvenir
This commit is contained in:
commit
b403a78437
2 changed files with 18 additions and 0 deletions
|
@ -20,6 +20,10 @@ npm run serve
|
||||||
```
|
```
|
||||||
npm run build
|
npm run build
|
||||||
```
|
```
|
||||||
|
If you want absolute public urls
|
||||||
|
```
|
||||||
|
npm run build -- --public-url https://my.super.kawaii.website/
|
||||||
|
```
|
||||||
|
|
||||||
### Lints and fixes files
|
### Lints and fixes files
|
||||||
```
|
```
|
||||||
|
|
|
@ -12,6 +12,20 @@
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="/assets/img/icons/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/assets/img/icons/favicon-16x16.png">
|
||||||
<link rel="manifest" href="/manifest.webmanifest">
|
<link rel="manifest" href="/manifest.webmanifest">
|
||||||
<title>Souvenir ∴ Capture few seconds as a gif for souvenir</title>
|
<title>Souvenir ∴ Capture few seconds as a gif for souvenir</title>
|
||||||
|
|
||||||
|
<!-- Open Graph -->
|
||||||
|
<meta property="og:image" content="/assets/img/icons/android-chrome-512x512.png">
|
||||||
|
<meta property="og:image:width" content="512">
|
||||||
|
<meta property="og:image:height" content="512">
|
||||||
|
<meta property="og:title" content="Souvenir">
|
||||||
|
<meta property="og:description" content="Capture few seconds as a gif, for souvenir ~">
|
||||||
|
<meta property="og:url" content="/">
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="twitter:title" content="Souvenir">
|
||||||
|
<meta name="twitter:description" content="Capture few seconds as a gif, for souvenir ~">
|
||||||
|
<meta name="twitter:image" content="/assets/img/icons/android-chrome-192x192.png">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>
|
<noscript>
|
||||||
|
|
Loading…
Reference in a new issue