Skip to content

Commit b56718a

Browse files
feat(netlify): added _redirects file to handle time model outdated link (#126)
* feat(_redirects):redirects file for fixing time model outdated link Signed-off-by: Aniruddha Shriwant <[email protected]> * chore(build): copied _redirects to publish directory Signed-off-by: Aniruddha Shriwant <[email protected]>
1 parent 6879922 commit b56718a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

_redirects

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/v2.0/time.html /[email protected]

build.js

+1
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ function isCompatible(concertoVersion, modelText) {
222222
await fs.copy('styles.css', './build/styles.css');
223223
await fs.copy('fonts.css', './build/fonts.css');
224224
await fs.copy('_headers', './build/_headers');
225+
await fs.copy('_redirects', './build/_redirects');
225226

226227
// validate and copy all the files
227228
const files = await getFiles(rootDir);

0 commit comments

Comments
 (0)