Skip to content

Commit

Permalink
Merge pull request #103 from near/develop
Browse files Browse the repository at this point in the history
Deploy prod (live-updating blog)
  • Loading branch information
ewiner authored Nov 14, 2024
2 parents 29944a9 + cb66725 commit d42016c
Show file tree
Hide file tree
Showing 6 changed files with 290 additions and 305 deletions.
4 changes: 0 additions & 4 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,6 @@ const nextConfig = {
source: '/api/analytics/:path*',
destination: 'https://near.dataplane.rudderstack.com/:path*',
},
{
source: '/blog/:path*',
destination: '/blog/:path*/index.html',
},
],
headers: async () => [
{
Expand Down
1 change: 0 additions & 1 deletion src/components/RedactedBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export const RedactedBanner = () => {
src="/images/redacted/redacted_live-now-banner.png"
alt="Redacted: Reclaim your sovereignty at no cost. Click to be there IRL"
/>

</a>
</div>
</Container>
Expand Down
1 change: 0 additions & 1 deletion src/components/navigation/categories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export const navigationCategories = [
url: '/data-availability',
icon: 'ph-database ph-bold',
},

],
},
],
Expand Down
2 changes: 0 additions & 2 deletions src/components/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,6 @@ export const Home = () => {
The Blockchain for AI
</Text>



<Flex>
<Button
href="https://docs.near.org"
Expand Down
Loading

0 comments on commit d42016c

Please sign in to comment.