Compare commits
3 Commits
Author | SHA1 | Date |
---|---|---|
Tuan-Dat Tran | a54d1f3c3b | |
Tuan-Dat Tran | 081229d66a | |
Tuan-Dat Tran | 837e19e111 |
|
@ -11,8 +11,7 @@ COPY ./Cargo.toml ./Cargo.toml
|
|||
COPY ./input.css ./input.css
|
||||
COPY ./Dioxus.toml ./Dioxus.toml
|
||||
COPY ./tailwind.config.js ./tailwind.config.js
|
||||
RUN npx tailwindcss -i ./input.css -o ./assets/tailwind.css
|
||||
RUN dx build --platform fullstack --release
|
||||
RUN npx tailwindcss -i ./input.css -o ./assets/tailwind.css && dx build --platform fullstack --release
|
||||
|
||||
FROM dioxus AS runner
|
||||
WORKDIR /app/
|
||||
|
|
Before Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 110 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 742 B |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 130 KiB |
After Width: | Height: | Size: 34 KiB |
After Width: | Height: | Size: 11 MiB |
Before Width: | Height: | Size: 190 KiB After Width: | Height: | Size: 2.2 MiB |
After Width: | Height: | Size: 75 KiB |
|
@ -32,7 +32,7 @@ User-Agent: GPTBot
|
|||
Disallow: /
|
||||
|
||||
User-agent: *
|
||||
Disallow: /impressum
|
||||
Disallow: /*
|
||||
Allow: /
|
||||
Allow: /resume
|
||||
Allow: /publications
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|