Skip to content

Commit

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

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-15T10:05:08.669Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://new.styleschool.ru/contacts</loc><lastmod>2024-03-15T10:05:08.669Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://new.styleschool.ru/intro</loc><lastmod>2024-03-15T10:05:08.669Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://new.styleschool.ru</loc><lastmod>2024-03-15T10:05:08.669Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://new.styleschool.ru/education/ai-product-manager</loc><lastmod>2024-03-15T10:05:08.669Z</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-15T10:05:08.669Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://new.styleschool.ru/education/fashion-stylist</loc><lastmod>2024-03-15T10:05:08.669Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://new.styleschool.ru/education/interior-stylist</loc><lastmod>2024-03-15T10:05:08.669Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://new.styleschool.ru/enrollment</loc><lastmod>2024-03-15T10:05:08.669Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://new.styleschool.ru/education/style-consultant</loc><lastmod>2024-03-15T10:05:08.669Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://new.styleschool.ru/education/interior-design</loc><lastmod>2024-03-15T10:05:08.669Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<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>
</urlset>

0 comments on commit 353e789

Please sign in to comment.