Skip to content

Commit fe9ad58

Browse files
committed
fix: address CodeRabbit review — CORS on llms.txt/auth.md, Footer outside main
1 parent 78a8134 commit fe9ad58

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

public/_headers

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@
4343

4444
/llms.txt
4545
Content-Type: text/plain; charset=utf-8
46+
Access-Control-Allow-Origin: *
4647

4748
/auth.md
4849
Content-Type: text/markdown; charset=utf-8
50+
Access-Control-Allow-Origin: *
4951

5052
https://dev.bayanflow.com/*
5153
X-Robots-Tag: noindex

src/pages/LandingPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ function LandingPage() {
3535
<Features />
3636
<ClaritySection />
3737
<RoadmapCTA />
38-
<Footer />
3938
</main>
39+
<Footer />
4040
</div>
4141
);
4242
}

0 commit comments

Comments
 (0)