Updated deps and added X to header and footer

This commit is contained in:
2024-08-20 19:22:30 -07:00
parent 52e93c2dc9
commit 42048d02a4
5 changed files with 1649 additions and 1439 deletions

13
.prettierrc.mjs Normal file
View File

@@ -0,0 +1,13 @@
// .prettierrc.mjs
/** @type {import("prettier").Config} */
export default {
plugins: ['prettier-plugin-astro'],
overrides: [
{
files: '*.astro',
options: {
parser: 'astro',
},
},
],
};