We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0011fec commit 2cd1c76Copy full SHA for 2cd1c76
1 file changed
build.sh
@@ -0,0 +1,7 @@
1
+#!/usr/bin/env bash
2
+
3
+pnpm install --frozen-lockfile
4
+pnpm release
5
6
+echo "https://markdown-resume-app.netlify.app/ https://www.junian.dev/markdown-resume/ 301" > site/dist/_redirects
7
+echo "https://markdown-resume-app.netlify.app/* https://www.junian.dev/markdown-resume/:splat 301" >> site/dist/_redirects
0 commit comments