Skip to content

Commit

Permalink
remove deprecated url
Browse files Browse the repository at this point in the history
  • Loading branch information
pierregee committed Oct 2, 2024
1 parent 32c4a97 commit 4e1c280
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 102 deletions.
3 changes: 2 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const securityHeaders = [
];

module.exports = {
// output: "export",
output: "export",
experimental: {
forceSwcTransforms: true,
},
Expand All @@ -58,6 +58,7 @@ module.exports = {
},
images: {
domains: ["images.prismic.io"],
unoptimized: true,
},
async redirects() {
return [
Expand Down
16 changes: 16 additions & 0 deletions public/sitemap-0.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url><loc>https://defichain.com</loc><lastmod>2024-10-02T07:59:16.196Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://defichain.com/bug-bounty</loc><lastmod>2024-10-02T07:59:16.196Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://defichain.com/explore/dex</loc><lastmod>2024-10-02T07:59:16.196Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://defichain.com/explore/dfi</loc><lastmod>2024-10-02T07:59:16.196Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://defichain.com/explore/masternodes</loc><lastmod>2024-10-02T07:59:16.196Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://defichain.com/explore/masternodes/technical-guide</loc><lastmod>2024-10-02T07:59:16.196Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://defichain.com/explore/wallets</loc><lastmod>2024-10-02T07:59:16.196Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://defichain.com/learn</loc><lastmod>2024-10-02T07:59:16.196Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://defichain.com/media</loc><lastmod>2024-10-02T07:59:16.196Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://defichain.com/metachain</loc><lastmod>2024-10-02T07:59:16.196Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://defichain.com/privacy-policy</loc><lastmod>2024-10-02T07:59:16.196Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://defichain.com/security</loc><lastmod>2024-10-02T07:59:16.196Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://defichain.com/white-paper</loc><lastmod>2024-10-02T07:59:16.196Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
</urlset>
101 changes: 0 additions & 101 deletions src/pages/learn/[slug].page.tsx

This file was deleted.

0 comments on commit 4e1c280

Please sign in to comment.