diff --git a/netlify.toml b/netlify.toml index 87359f2..3bb6bcc 100644 --- a/netlify.toml +++ b/netlify.toml @@ -27,4 +27,9 @@ command = "hugo --gc -b $DEPLOY_PRIME_URL" HUGO_VERSION = "0.55.6" [context.next.environment] -HUGO_ENABLEGITINFO = "true" \ No newline at end of file +HUGO_ENABLEGITINFO = "true" + +[[redirects]] + from = "/*" + to = "/" + status = 200 diff --git a/static/img/card.png b/static/img/card.png new file mode 100644 index 0000000..c7af83f Binary files /dev/null and b/static/img/card.png differ