Revert to exporting at build

This commit is contained in:
Jakob Kordež 2024-06-19 09:48:35 +02:00
parent d5f3b5a07f
commit 5d86e5a6d5
3 changed files with 2 additions and 4 deletions

View File

@ -13,9 +13,6 @@ COPY . .
RUN yarn build
RUN yarn export --timeout 120000 --output ./dist/tecaj
RUN yarn export --timeout 120000 --dark --output ./dist/tecaj-dark
FROM httpd:2.4-alpine
RUN sed -i '/LoadModule rewrite_module/s/^#//g' /usr/local/apache2/conf/httpd.conf && \

View File

@ -2,7 +2,7 @@
"name": "ham-tecaj",
"private": true,
"scripts": {
"build": "slidev build --dark",
"build": "slidev build",
"dev": "slidev",
"dev:uvod": "slidev slides_uvod.md",
"export": "slidev export"

View File

@ -12,6 +12,7 @@ export:
format: pdf
withToc: true
download: true
transition: slide-left
contextMenu: false
defaults: