repo reset & gridsome init

This commit is contained in:
2021-07-31 12:30:22 +02:00
parent c285874dc4
commit 8c552ebf03
42 changed files with 6583 additions and 8816 deletions

17
src/pages/Index.vue Normal file
View File

@@ -0,0 +1,17 @@
<template>
<div>
<p>
Strona w procesie przepisywania! 🎮 <br />
Linki /discord i /facebook nadal działają.
</p>
<p>/</p>
</div>
</template>
<script>
export default {
metaInfo: {
title: 'główna',
},
};
</script>