This commit is contained in:
parent
a673910c9d
commit
3ae8ab4c86
5 changed files with 731 additions and 531 deletions
|
@ -4,11 +4,10 @@
|
|||
"features": {
|
||||
"ghcr.io/devcontainers/features/node": {}
|
||||
},
|
||||
"containerUser": "vscode",
|
||||
"forwardPorts": ["4321"],
|
||||
"containerEnv": {
|
||||
"ASTRO_TELEMETRY_DISABLED": "true"
|
||||
},
|
||||
"postStartCommand": "npm install",
|
||||
"runArgs": ["--userns=keep-id", "--security-opt=label=disable"],
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
|
|
|
@ -7,7 +7,7 @@ RUN npm run build
|
|||
|
||||
FROM git.swablab.de/swablab/documents AS documents
|
||||
|
||||
FROM docker.io/nginxinc/nginx-unprivileged:1.27.4
|
||||
FROM docker.io/nginxinc/nginx-unprivileged:alpine-slim
|
||||
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
|
||||
COPY --from=build /app/dist /usr/share/nginx/html
|
||||
COPY --from=documents / /usr/share/nginx/html/docs
|
||||
COPY --from=documents / /usr/share/nginx/html/docs
|
||||
|
|
1242
package-lock.json
generated
1242
package-lock.json
generated
File diff suppressed because it is too large
Load diff
BIN
public/netto.jpg
BIN
public/netto.jpg
Binary file not shown.
Before Width: | Height: | Size: 145 KiB |
|
@ -24,19 +24,6 @@ import Page from "../layouts/Page.astro"
|
|||
<span class="icon-[ph--arrow-circle-down-duotone] h-16 w-16"></span>
|
||||
</a>
|
||||
|
||||
<Section title="Unterstütze uns bei der Netto Vereinsspende!" jumpId="news">
|
||||
<img class="rounded-box" src="/netto.jpg" alt="Vereinsspende bei Netto" />
|
||||
|
||||
<Text>
|
||||
Wir würden uns freuen, wenn du bei der Aktion "Bring dich ein für deinen
|
||||
Verein" kostenlos für uns abstimmst. Jede Stimme zählt!
|
||||
</Text>
|
||||
<Link
|
||||
text="Link zur Aktion"
|
||||
href="https://www.netto-online.de/vereinsspende/swablab-e.V..vhtm"
|
||||
/>
|
||||
</Section>
|
||||
|
||||
<Section title="Offene Werkstatt?" jumpId="start">
|
||||
<DirectusImg
|
||||
src="753d211b-8b28-42cb-8ddd-0777911b3511"
|
||||
|
|
Loading…
Add table
Reference in a new issue