docs: generate open graph images for all pages

This commit is contained in:
Hans Pagel
2021-02-03 15:04:18 +01:00
parent 8ff0997f3e
commit c7501f6eb7
26 changed files with 162 additions and 12 deletions

View File

@@ -23,6 +23,8 @@
</div>
</template>
<script>
/*
<static-query>
query {
packages: allPackage {
@@ -34,8 +36,7 @@ query {
}
}
</static-query>
<script>
*/
// import collect from 'collect.js'
import { VueLive } from 'vue-live'
import CustomLayout from './CustomLayout'