1
0
Fork 0

Cleanup old files and fix configs

This commit is contained in:
Moritz Ruth 2025-02-13 22:59:44 +01:00
parent a8c8ffefeb
commit c5b33fd752
Signed by: moritzruth
GPG key ID: C9BBAB79405EE56D
4 changed files with 5 additions and 14 deletions

View file

@ -1,5 +0,0 @@
{
"m.homeserver": {
"base_url": "https://matrix.moritzruth.de"
}
}

View file

@ -1,3 +0,0 @@
{
"m.server": "matrix.moritzruth.de:443"
}

View file

@ -1,5 +0,0 @@
The app (JamRSS) does not collect any user data by itself. For feed sources, please consider their own respective policies.
---
Die App (JamRSS) erhebt selbst keine Daten. Jedoch müssen die Datenschutzbestimmungen der hinzugefügten Feeds berücksichtigt werden.

View file

@ -10,5 +10,9 @@ export default defineConfig({
pagesPlugin(), pagesPlugin(),
windicssPlugin(), windicssPlugin(),
iconsPlugin() iconsPlugin()
] ],
ssgOptions: {
formatting: "minify",
dirStyle: "nested"
}
}) })