Cleanup old files and fix configs
This commit is contained in:
parent
a8c8ffefeb
commit
c5b33fd752
4 changed files with 5 additions and 14 deletions
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"m.homeserver": {
|
|
||||||
"base_url": "https://matrix.moritzruth.de"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"m.server": "matrix.moritzruth.de:443"
|
|
||||||
}
|
|
|
@ -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.
|
|
|
@ -10,5 +10,9 @@ export default defineConfig({
|
||||||
pagesPlugin(),
|
pagesPlugin(),
|
||||||
windicssPlugin(),
|
windicssPlugin(),
|
||||||
iconsPlugin()
|
iconsPlugin()
|
||||||
]
|
],
|
||||||
|
ssgOptions: {
|
||||||
|
formatting: "minify",
|
||||||
|
dirStyle: "nested"
|
||||||
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue