Skip to content

Commit

Permalink
Merge pull request #1 from NomicFoundation/what-we-do
Browse files Browse the repository at this point in the history
Add what we do page
  • Loading branch information
fvictorio authored Jun 21, 2023
2 parents c3a2622 + 5ed9a6e commit 40d9934
Show file tree
Hide file tree
Showing 34 changed files with 704 additions and 186 deletions.
9 changes: 9 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ const linariaConfig = withLinaria({
images: {
dangerouslyAllowSVG: true,
},
// temporary until we figure out how to make the embed work
// in both light and dark mode
async redirects() {
return [{
source: '/jobs',
destination: 'https://jobs.ashbyhq.com/nomic.foundation',
permanent: false,
}];
},
});

module.exports = withPlugins([linariaConfig, withBundleAnalyzer]);
Expand Down
6 changes: 6 additions & 0 deletions public/sitemap-0.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?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://nomic.foundation</loc><lastmod>2023-06-18T13:21:02.789Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://nomic.foundation/jobs</loc><lastmod>2023-06-18T13:21:02.789Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://nomic.foundation/what-we-do</loc><lastmod>2023-06-18T13:21:02.789Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
</urlset>
4 changes: 4 additions & 0 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap><loc>https://nomic.foundation/sitemap-0.xml</loc></sitemap>
</sitemapindex>
Loading

0 comments on commit 40d9934

Please sign in to comment.