Skip to content

Commit

Permalink
Fixed build errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
evankirkiles committed Oct 11, 2022
1 parent 49b5e4f commit f026748
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,6 +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://abitofpersonal.space</loc><lastmod>2022-10-11T07:25:16.671Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://abitofpersonal.space/about</loc><lastmod>2022-10-11T07:25:16.671Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://abitofpersonal.space/submit</loc><lastmod>2022-10-11T07:25:16.671Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://abitofpersonal.space</loc><lastmod>2022-10-11T23:17:13.594Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://abitofpersonal.space/about</loc><lastmod>2022-10-11T23:17:13.594Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://abitofpersonal.space/submit</loc><lastmod>2022-10-11T23:17:13.594Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
</urlset>
1 change: 1 addition & 0 deletions src/components/SubmitForm/SubmitForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ const SubmitForm: React.FC = function () {
author: author || undefined,
verified: false,
location: location || undefined,
door_handle_on_right: true,
file_door: {
...file_door_dimensions,
object: door_object,
Expand Down

1 comment on commit f026748

@vercel
Copy link

@vercel vercel bot commented on f026748 Oct 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.