Skip to content

Commit 3a90afc

Browse files
committed
config: add missing force attribute flags
1 parent f37b743 commit 3a90afc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

netlify.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,33 +649,40 @@
649649
from = "https://functions.netlify.com/example/ifttt-to-flick-instagram-make-new-github-post/"
650650
to = "https://github.com/rretsiem/renem.net/tree/574b1c5091e993b520e23f993a6c46069e92cdb0/src/functions"
651651
status = 301
652+
force = true
652653

653654
[[redirects]]
654655
from = "https://functions.netlify.com/example/*"
655656
to = "https://docs.netlify.com/functions-bridge/"
656657
status = 301
658+
force = true
657659

658660
[[redirects]]
659661
from = "https://functions.netlify.com/examples/*"
660662
to = "https://docs.netlify.com/functions/build/"
661663
status = 301
664+
force = true
662665

663666
[[redirects]]
664667
from = "https://functions.netlify.com/tutorials/*"
665668
to = "https://docs.netlify.com/functions/build/"
666669
status = 301
670+
force = true
667671

668672
[[redirects]]
669673
from = "https://functions.netlify.com/add-example/*"
670674
to = "https://docs.netlify.com/functions/overview/"
671675
status = 301
676+
force = true
672677

673678
[[redirects]]
674679
from = "https://functions.netlify.com/playground/*"
675680
to = "https://docs.netlify.com/functions/build/"
676681
status = 301
682+
force = true
677683

678684
[[redirects]]
679685
from = "https://functions.netlify.com/*"
680686
to = "https://docs.netlify.com/functions/overview/"
681687
status = 301
688+
force = true

0 commit comments

Comments
 (0)