Skip to content

Commit fcbd84f

Browse files
committed
Update platform to Layer0.
1 parent 54b1322 commit fcbd84f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ The documentation is always THE HARDEST PART of each open-source project! But we
123123

124124
**React Storefront is and always will be open-source, released under Apache2 Licence.**
125125

126-
## Try it on the XDN. Deploy it anywhere.
126+
## Try it on the Layer0. Deploy it anywhere.
127127

128-
Like any Next.js project, React Storefront is deployable to any environment that runs Node.js. The easiest way to test drive and deploy React Storefront is on the <a href="https://www.moovweb.com/products/">Moovweb Experience Delivery Network (XDN)</a>, a serverless PaaS that helps developers optimize speed across the entire stack to deliver sub-second dynamic websites. A free tier is available. Inquire through Moovweb's website.
128+
Like any Next.js project, React Storefront is deployable to any environment that runs Node.js. The easiest way to test drive and deploy React Storefront is on <a href="https://layer0.co">Layer0</a>, a serverless PaaS that helps developers optimize speed across the entire stack to deliver sub-second dynamic websites. A free tier is available.
129129

130130
## Partners
131131

src/serviceWorker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function addPrefetchParam(url) {
8383
const parsed = new URL(url, location.href)
8484

8585
if (parsed.hostname === location.hostname) {
86-
// only add __prefetch__ for requests going back to the XDN.
86+
// only add __prefetch__ for requests going back to Layer0.
8787
parsed.searchParams.append(prefetchQueryParam, '1')
8888
}
8989

0 commit comments

Comments
 (0)