FEAT: add rss & eslint & typescript

This commit is contained in:
prosety
2022-12-06 19:31:52 +01:00
parent b6f9364dfa
commit 288cfc0a60
52 changed files with 3361 additions and 910 deletions

View File

@@ -1,8 +1,8 @@
<template>
<div class="py-4 text-2xl text-center">Page Not found!</div>
<div class="py-4 text-2xl text-center">Page Not found!</div>
</template>
<route lang="yaml">
meta:
layout: 404
layout: 404
</route>