Piano notes book, powered by Astro and React.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

11 line
214 B

  1. ---
  2. import Default from '../content/layouts/Cover.astro';
  3. import { title } from '../../patchouli.book.json';
  4. ---
  5. <Default title={title}>
  6. <a href="toc.html">
  7. <img src="cover.jpg" alt={title} />
  8. </a>
  9. </Default>