fix: swap back to standalone
This commit is contained in:
parent
b9db54e952
commit
6036c0b235
2 changed files with 8 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
output: 'export',
|
output: 'standalone',
|
||||||
trailingSlash: true // ensure pages get their own directory in output
|
trailingSlash: true // ensure pages get their own directory in output
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?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">
|
<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://www.aaronjy.me</loc><lastmod>2025-02-24T21:01:40.115Z</lastmod><changefreq>weekly</changefreq><priority>0.7</priority></url>
|
<url><loc>https://www.aaronjy.me/</loc><lastmod>2025-03-09T12:11:53.510Z</lastmod><changefreq>weekly</changefreq><priority>0.7</priority></url>
|
||||||
<url><loc>https://www.aaronjy.me/cv</loc><lastmod>2025-02-24T21:01:40.115Z</lastmod><changefreq>weekly</changefreq><priority>0.7</priority></url>
|
<url><loc>https://www.aaronjy.me/cv/</loc><lastmod>2025-03-09T12:11:53.511Z</lastmod><changefreq>weekly</changefreq><priority>0.7</priority></url>
|
||||||
<url><loc>https://www.aaronjy.me/writing</loc><lastmod>2025-02-24T21:01:40.115Z</lastmod><changefreq>weekly</changefreq><priority>0.7</priority></url>
|
<url><loc>https://www.aaronjy.me/writing/</loc><lastmod>2025-03-09T12:11:53.511Z</lastmod><changefreq>weekly</changefreq><priority>0.7</priority></url>
|
||||||
<url><loc>https://www.aaronjy.me/writing/performance-considerations-tcp-game-server</loc><lastmod>2025-02-24T21:01:40.115Z</lastmod><changefreq>weekly</changefreq><priority>0.7</priority></url>
|
<url><loc>https://www.aaronjy.me/writing/performance-considerations-tcp-game-server/</loc><lastmod>2025-03-09T12:11:53.511Z</lastmod><changefreq>weekly</changefreq><priority>0.7</priority></url>
|
||||||
<url><loc>https://www.aaronjy.me/writing/static-site-on-google-cloud</loc><lastmod>2025-02-24T21:01:40.115Z</lastmod><changefreq>weekly</changefreq><priority>0.7</priority></url>
|
<url><loc>https://www.aaronjy.me/writing/quick-reflection-katherine-may/</loc><lastmod>2025-03-09T12:11:53.511Z</lastmod><changefreq>weekly</changefreq><priority>0.7</priority></url>
|
||||||
<url><loc>https://www.aaronjy.me/writing/support-content-filte-structure-changes-on-a-static-site</loc><lastmod>2025-02-24T21:01:40.115Z</lastmod><changefreq>weekly</changefreq><priority>0.7</priority></url>
|
<url><loc>https://www.aaronjy.me/writing/static-site-on-google-cloud/</loc><lastmod>2025-03-09T12:11:53.511Z</lastmod><changefreq>weekly</changefreq><priority>0.7</priority></url>
|
||||||
|
<url><loc>https://www.aaronjy.me/writing/support-content-filte-structure-changes-on-a-static-site/</loc><lastmod>2025-03-09T12:11:53.511Z</lastmod><changefreq>weekly</changefreq><priority>0.7</priority></url>
|
||||||
</urlset>
|
</urlset>
|
Loading…
Add table
Reference in a new issue