mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +01:00
8e336b8bd7
add schema.org schema to main page, projects page, every blbog post for better SEO
11 lines
225 B
JavaScript
11 lines
225 B
JavaScript
module.exports = {
|
|
plugins: [require.resolve("prettier-plugin-astro")],
|
|
overrides: [
|
|
{
|
|
files: "*.astro",
|
|
options: {
|
|
parser: "astro",
|
|
},
|
|
},
|
|
],
|
|
};
|