Footer with environment, build, and hash #5

Merged
caperren merged 4 commits from website-content-updates into main 2025-07-09 11:03:26 +00:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 3d88f23e88 - Show all commits

View File

@@ -21,7 +21,7 @@ ARG PROJECT_VERSION
RUN echo "PUBLIC_REPO_VERSION_HASH=/"${REPO_VERSION_HASH}/" \n\
BUILD_ENVIRONMENT=/"${BUILD_ENVIRONMENT}/" \n\
PUBLIC_PROJECT_VERSION=/"${PROJECT_VERSION}/"" >> nope
PUBLIC_PROJECT_VERSION=/"${PROJECT_VERSION}/"" >> .env
RUN npm run build
FROM httpd:latest AS runtime

View File

@@ -24,6 +24,10 @@ a {
white-space: nowrap;
}
footer {
border-top: 2px solid var(--color-caperren-green);
}
/*.astronav-dropdown .group {*/
/* background-color: black;*/
/*}*/