From 260983ee773bbfc184cdfe16071bc066226f53c7 Mon Sep 17 00:00:00 2001 From: JackMorganNZ Date: Thu, 8 Oct 2020 10:46:56 +1300 Subject: [PATCH] Add redirect for complete link --- package.json | 4 ++-- src/complete/index.njk | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 src/complete/index.njk diff --git a/package.json b/package.json index 6d32ba8..053a644 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,8 @@ "license": "", "author": "UCCSER", "scripts": { - "build": "parcel build src/index.njk --public-url /dt-puzzle-journey/", - "dev": "parcel src/index.njk", + "build": "parcel build src/index.njk src/complete/index.njk --public-url /dt-puzzle-journey/", + "dev": "parcel src/index.njk src/complete/index.njk", "start": "npm run build && npm run dev", "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "patch-package" diff --git a/src/complete/index.njk b/src/complete/index.njk new file mode 100644 index 0000000..a295d5b --- /dev/null +++ b/src/complete/index.njk @@ -0,0 +1,14 @@ + + + + + + + Page Redirection + + + If you are not redirected automatically, follow this link to the completion page. + +