fix spacing on docs page and remove postbuild task in docker
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m25s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m25s
This commit is contained in:
parent
ce55389cba
commit
525b4981fe
@ -37,9 +37,6 @@ RUN \
|
|||||||
else echo "Lockfile not found." && exit 1; \
|
else echo "Lockfile not found." && exit 1; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Run postbuild tasks
|
|
||||||
RUN pnpm run postbuild
|
|
||||||
|
|
||||||
# Production image, copy all the files and run next
|
# Production image, copy all the files and run next
|
||||||
FROM base AS runner
|
FROM base AS runner
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
@ -60,7 +60,7 @@ export default function Page({ params: { slug } }: DocumentationPageParams) {
|
|||||||
const isHome: boolean = slugParts.length == 1;
|
const isHome: boolean = slugParts.length == 1;
|
||||||
|
|
||||||
return (
|
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">
|
<div className="flex justify-between items-center">
|
||||||
{/* The breadcrumb for the documentation page */}
|
{/* The breadcrumb for the documentation page */}
|
||||||
<Breadcrumb>
|
<Breadcrumb>
|
||||||
|
Loading…
Reference in New Issue
Block a user