File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -77,3 +77,6 @@ wp-content/plugins/hello.php
7777/readme.html
7878/sitemap.xml
7979/sitemap.xml.gz
80+
81+ # Include specific files
82+ ! /static /docs
Original file line number Diff line number Diff line change @@ -127,14 +127,22 @@ const Footer = () => (
127127 < p className = "subtitle" > Documenten</ p >
128128 </ FooterHeadingContainer >
129129 < FooterText >
130- < FooterLink href = "#" > Algemene Voorwaarden</ FooterLink >
130+ < FooterLink
131+ href = "/static/docs/algemene-voorwaarden.pdf"
132+ target = "_blank"
133+ >
134+ Algemene Voorwaarden
135+ </ FooterLink >
131136 < Link href = "/legal/privacy-policy" >
132137 < FooterLink > Privacy Policy</ FooterLink >
133138 </ Link >
134139 < Link href = "/legal/cookie-policy" >
135140 < FooterLink > Cookie Policy</ FooterLink >
136141 </ Link >
137- < FooterLink href = "https://security.bytecode.nl" >
142+ < FooterLink
143+ href = "https://security.bytecode.nl"
144+ target = "_blank"
145+ >
138146 Security Policy
139147 </ FooterLink >
140148 </ FooterText >
You can’t perform that action at this time.
0 commit comments