Skip to content

Commit

Permalink
Fix TSC error after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
homostellaris committed Feb 16, 2024
1 parent a62f3b0 commit 7db3e7a
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/siteConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export type UserConfig = {
logo?: NavConfig["logo"];
};
nextSeo?: Partial<DefaultSeoProps>;
preProcess: (source: any) => any;
showComments?: boolean;
search?: NavConfig["search"];
social?: NavConfig["social"];
Expand Down
48 changes: 48 additions & 0 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://homostellaris.io/dev/columns-vs-flex-vs-grid</loc>
</url>

<url>
<loc>https://homostellaris.io/marketing/seo</loc>
</url>

<url>
<loc
>https://homostellaris.io/productivity/effective-macos-task-management</loc
>
</url>

<url>
<loc>https://homostellaris.io/about</loc>
</url>

<url>
<loc>https://homostellaris.io/blog/blog-post-fail</loc>
</url>

<url>
<loc>https://homostellaris.io/productivity/productivity-system</loc>
</url>

<url>
<loc>https://homostellaris.io/tech/roll-your-own-personal-backups</loc>
</url>

<url>
<loc>https://homostellaris.io/blog/schedule-your-social-marketing</loc>
</url>

<url>
<loc>https://homostellaris.io//</loc>
</url>

<url>
<loc>https://homostellaris.io/dev/how-to-test-web-apps</loc>
</url>

<url>
<loc>https://homostellaris.io/dev/instance-type</loc>
</url>
</urlset>

0 comments on commit 7db3e7a

Please sign in to comment.