this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 19 lines 249 B view raw
1<page> 2title: About 3</page> 4 5<template> 6 <div class="about"> 7 <h1>This is an about page</h1> 8 </div> 9</template> 10 11<style> 12@media (min-width: 1024px) { 13 .about { 14 min-height: 100vh; 15 display: flex; 16 align-items: center; 17 } 18} 19</style>