Skip to content
Snippets Groups Projects
Commit dc52b1a6 authored by Lars Bilke's avatar Lars Bilke
Browse files

[web] Added netlify redirect from /papers to ufz.de pub list.

parent 3f6133cc
No related branches found
No related tags found
No related merge requests found
...@@ -32,3 +32,7 @@ ...@@ -32,3 +32,7 @@
yarn --ignore-engines --ignore-optional --non-interactive yarn --ignore-engines --ignore-optional --non-interactive
pandoc-citeproc --bib2json ../Documentation/bibliography.bib > data/bibliography.json pandoc-citeproc --bib2json ../Documentation/bibliography.bib > data/bibliography.json
hugo -b $DEPLOY_PRIME_URL""" hugo -b $DEPLOY_PRIME_URL"""
[[redirects]]
from = "/papers"
to = "https://www.ufz.de/index.php?en=37204"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment