Skip to content

Commit

Permalink
export output
Browse files Browse the repository at this point in the history
  • Loading branch information
Пётр Безденежных authored and Пётр Безденежных committed Mar 15, 2024
1 parent 353e789 commit 8f5063b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
6 changes: 4 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/** @type {import('next').NextConfig} */
const { PHASE_DEVELOPMENT_SERVER } = require('next/constants');
const nextConfig = (phase, { defaultConfig }) => { return defaultConfig
const nextConfig = (phase, { defaultConfig }) => {
return {
output: 'export',
}
}

module.exports = nextConfig
22 changes: 11 additions & 11 deletions public/sitemap-0.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?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://new.styleschool.ru/education</loc><lastmod>2024-03-15T14:59:27.706Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://new.styleschool.ru/contacts</loc><lastmod>2024-03-15T14:59:27.706Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://new.styleschool.ru/education/fashion-stylist</loc><lastmod>2024-03-15T14:59:27.706Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://new.styleschool.ru/education/ai-product-manager</loc><lastmod>2024-03-15T14:59:27.706Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://new.styleschool.ru/education/interior-stylist</loc><lastmod>2024-03-15T14:59:27.706Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://new.styleschool.ru/intro</loc><lastmod>2024-03-15T14:59:27.706Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://new.styleschool.ru/education/nn-for-designers-and-stylists</loc><lastmod>2024-03-15T14:59:27.706Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://new.styleschool.ru/education/interior-design</loc><lastmod>2024-03-15T14:59:27.706Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://new.styleschool.ru</loc><lastmod>2024-03-15T14:59:27.706Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://new.styleschool.ru/enrollment</loc><lastmod>2024-03-15T14:59:27.706Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://new.styleschool.ru/education/style-consultant</loc><lastmod>2024-03-15T14:59:27.706Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://new.styleschool.ru</loc><lastmod>2024-03-15T15:11:41.325Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://new.styleschool.ru/education</loc><lastmod>2024-03-15T15:11:41.325Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://new.styleschool.ru/contacts</loc><lastmod>2024-03-15T15:11:41.325Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://new.styleschool.ru/education/interior-design</loc><lastmod>2024-03-15T15:11:41.325Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://new.styleschool.ru/intro</loc><lastmod>2024-03-15T15:11:41.325Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://new.styleschool.ru/education/ai-product-manager</loc><lastmod>2024-03-15T15:11:41.325Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://new.styleschool.ru/education/interior-stylist</loc><lastmod>2024-03-15T15:11:41.325Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://new.styleschool.ru/enrollment</loc><lastmod>2024-03-15T15:11:41.325Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://new.styleschool.ru/education/fashion-stylist</loc><lastmod>2024-03-15T15:11:41.325Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://new.styleschool.ru/education/style-consultant</loc><lastmod>2024-03-15T15:11:41.325Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://new.styleschool.ru/education/nn-for-designers-and-stylists</loc><lastmod>2024-03-15T15:11:41.325Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
</urlset>

0 comments on commit 8f5063b

Please sign in to comment.