Skip to content

Commit

Permalink
Store some files
Browse files Browse the repository at this point in the history
  • Loading branch information
omrilotan committed Jan 13, 2025
1 parent 7d0650e commit 76f4681
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Binary file not shown.
1 change: 1 addition & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
User-agent: *
Allow: /
Disallow: /cdn-cgi/
Disallow: /filing/
Sitemap: https://longlanepasture.org/sitemap.xml
10 changes: 10 additions & 0 deletions scripts/postbuild/redirects/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ export async function redirects() {
["/thetrust*", "/the-trust/", "301"],
["/visitor-information/", "/visit/", "301"],
["/visitorinfo.html", "/visit/", "301"],
[
"/tudor",
"/filing/Vote%20Tudor%20Creativity%20in%20Nature%20letter.pdf",
"301",
],
[
"/tudor/",
"/filing/Vote%20Tudor%20Creativity%20in%20Nature%20letter.pdf",
"301",
]
]
.map((line) => line.join(" "))
.join("\n");
Expand Down

0 comments on commit 76f4681

Please # to comment.