fix spacing on docs page and remove postbuild task in docker
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m25s

This commit is contained in:
Lee 2024-04-22 02:38:06 +01:00
parent ce55389cba
commit 525b4981fe
2 changed files with 1 additions and 4 deletions

@ -37,9 +37,6 @@ RUN \
else echo "Lockfile not found." && exit 1; \
fi
# Run postbuild tasks
RUN pnpm run postbuild
# Production image, copy all the files and run next
FROM base AS runner
WORKDIR /app

@ -60,7 +60,7 @@ export default function Page({ params: { slug } }: DocumentationPageParams) {
const isHome: boolean = slugParts.length == 1;
return (
<div className="w-full h-full px-4 flex flex-col">
<div className="w-full h-full px-4 flex flex-col gap-2">
<div className="flex justify-between items-center">
{/* The breadcrumb for the documentation page */}
<Breadcrumb>