Skip to content

Commit

Permalink
fix: fixing lp
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno353 committed Dec 6, 2023
1 parent cd31fb1 commit d1e2b5e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions components/LandingPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,12 +247,12 @@ const LandingPage = () => {
className="font-inter text-[9px] font-bold leading-[18px] md:ml-[5px] md:text-[10px] lg:text-[11.2px] xl:text-[13px] 2xl:text-[16px]"
target="_blank"
rel="noopener noreferrer"
href="https://open-mesh.gitbook.io/l3a-v3-documentation-2.0/openmesh/openmesh-overview"
href="https://docs.openmesh.network/products/xnode"
>
Understanding Xnode
</a>
<a
href="https://open-mesh.gitbook.io/l3a-v3-documentation-2.0/openmesh/openmesh-overview"
href="https://docs.openmesh.network/products/xnode"
target="_blank"
rel="noopener noreferrer"
className="mt-[4px] text-justify font-inter text-[8px] font-medium leading-[24px] md:ml-[5px] md:text-[8.4px] lg:text-[10px] xl:text-[11.2px] 2xl:text-[14px]"
Expand All @@ -265,36 +265,36 @@ const LandingPage = () => {
className="mt-[15px] font-inter text-[9px] font-bold leading-[18px] md:ml-[5px] md:mt-[30px] md:text-[10px] lg:mt-[35px] lg:text-[11.2px] xl:mt-[40px] xl:text-[13px] 2xl:mt-[50px] 2xl:text-[16px]"
target="_blank"
rel="noopener noreferrer"
href="https://open-mesh.gitbook.io/l3a-v3-documentation-2.0/openmesh/openmesh-overview"
href="https://docs.openmesh.network/products/xnode"
>
Setting Up
</a>
<a
href="https://open-mesh.gitbook.io/l3a-v3-documentation-2.0/openmesh/openmesh-overview"
href="https://docs.openmesh.network/products/xnode"
target="_blank"
rel="noopener noreferrer"
className="mt-[1px] text-justify font-inter text-[8px] font-medium leading-[24px] md:ml-[5px] md:text-[8.4px] lg:text-[10px] xl:text-[11.2px] 2xl:text-[14px]"
>
Step-by-step guide to deploying an xNode.
</a>
<a
href="https://open-mesh.gitbook.io/l3a-v3-documentation-2.0/openmesh/openmesh-overview"
href="https://docs.openmesh.network/products/xnode"
target="_blank"
rel="noopener noreferrer"
className="mt-[1px] text-justify font-inter text-[8px] font-medium leading-[24px] md:ml-[5px] md:text-[8.4px] lg:text-[10px] xl:text-[11.2px] 2xl:text-[14px]"
>
Technical design
</a>
<a
href="https://open-mesh.gitbook.io/l3a-v3-documentation-2.0/openmesh/openmesh-overview"
href="https://docs.openmesh.network/products/xnode"
target="_blank"
rel="noopener noreferrer"
className="mt-[15px] text-justify font-inter text-[8px] font-medium leading-[24px] md:ml-[5px] md:text-[8.4px] lg:text-[10px] xl:text-[11.2px] 2xl:text-[14px]"
>
Developer support and resources
</a>
<a
href="https://open-mesh.gitbook.io/l3a-v3-documentation-2.0/openmesh/openmesh-overview"
href="https://docs.openmesh.network/products/xnode"
target="_blank"
rel="noopener noreferrer"
className="mt-[1px] text-justify font-inter text-[8px] font-medium leading-[24px] md:ml-[5px] md:text-[8.4px] lg:text-[10px] xl:text-[11.2px] 2xl:text-[14px]"
Expand Down
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const nextConfig = {
experimental: {
appDir: true,
},
assetPrefix: 'https://openmesh-xnode.vercel.app',
// assetPrefix: 'https://openmesh-xnode.vercel.app',
}

module.exports = nextConfig

0 comments on commit d1e2b5e

Please sign in to comment.