Compare commits
1 commit
main
...
renovate/c
| Author | SHA1 | Date | |
|---|---|---|---|
| a1b0c1693c |
3 changed files with 7 additions and 8 deletions
6
renovate.json
Normal file
6
renovate.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
|
|
@ -2,7 +2,6 @@
|
|||
import Footer from "../components/Footer.astro"
|
||||
import Layout from "../layouts/Layout.astro"
|
||||
import {Calendar, ChevronDown} from "@lucide/astro"
|
||||
import path from "../utils/path.ts"
|
||||
---
|
||||
|
||||
<Layout>
|
||||
|
|
@ -67,7 +66,7 @@ import path from "../utils/path.ts"
|
|||
Office-Programm, oder die eigene Cloud.<br><br>
|
||||
Wenn ihr euch mit eurer Stadtteil-Initiative, Computer-Stammtisch oder
|
||||
Aktivisty-Gruppe an den DIDAYS beteiligen möchtet, dann schaut
|
||||
doch <a class="link" href={path(import.meta.env.BASE_URL, 'einladung-initiativen')}>in unsere Einladung an Gruppen</a>.
|
||||
doch <a class="link" href={`${import.meta.env.BASE_URL}/einladung-initiativen`}>in unsere Einladung an Gruppen</a>.
|
||||
Wir freuen uns auf die Zusammenarbeit!
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
export default function path(...components: Array<string>){
|
||||
return '/' + components
|
||||
.map(component => component.trim().replace(/(^[\/]*|[\/]*$)/g, ''))
|
||||
.filter(component => component.length > 0)
|
||||
.join("/")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue