made activity an alternate type

This commit is contained in:
Jeffrey Phillips Freeman 2023-10-13 17:09:40 -04:00
parent b0a345dbb7
commit 6d2649e073
No known key found for this signature in database
GPG key ID: AD914585C9406B6A
2 changed files with 2 additions and 8 deletions

View file

@ -60,7 +60,7 @@ Please try again`. If you see it but there are no other errors then it probably
worked. Check your dashboard at vercel.com and you should see an empty project
was created.
After it is created you have to first make sure you updated `/clean-build.sh`,
After it is created you have to first make sure you updated `/clean-build.cjs`,
if you changed the name or number of any of the sections. If not make that
change now. Finally go to the settings for the newly created project and in the
general section add the following as an "override" to the build command:

View file

@ -38,7 +38,7 @@ suffixes = ["json"]
[outputFormats]
[outputFormats.ACTIVITY]
mediaType = "application/activity+json"
notAlternative = true
notAlternative = false
baseName = "activity"
[outputFormats.ACTIVITY_OUTBOX]
mediaType = "application/activity+json"
@ -52,12 +52,6 @@ baseName = "manifest"
mediaType = "application/activity+json"
notAlternative = false
baseName = "status"
#[outputFormats.HTML_STATUS]
#mediaType = "text/html"
#notAlternative = true
#baseName = "index"
#permalinkable=false
#noUgly=true
[outputs]
home = ["HTML", "RSS", "ACTIVITY", "ACTIVITY_OUTBOX", "MANIFEST"]