Mirror of the sourcecode for my blog, original repo: https://github.com/NobbZ/blog-nobbz-dev
0
fork

Configure Feed

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

at 4c76f8e8204e35f50c8156034d8a99dc94ac2e02 10 lines 223 B view raw
1// SPDX-FileCopyrightText: 2025 Norbert Melzer 2// SPDX-FileContributor: Norbert Melzer 3// 4// SPDX-License-Identifier: MIT 5 6/** @type (import("prettier").Config) */ 7 8export default { 9 plugins: ["prettier-plugin-astro"], 10};