-
Notifications
You must be signed in to change notification settings - Fork 12
Conversation
Gatsby Cloud Build Reportmlem.ai 🎉 Your build was successful! See the Deploy preview here. Build Details🕐 Build time: 1m PerformanceLighthouse report
|
titleTemplate: '%s | MLEM', | ||
keywords: ['mlem'] | ||
|
||
const siteMetadata = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Went ahead and split up config for readability :)
} | ||
] | ||
}, | ||
'gatsby-plugin-meta-redirect' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dvc.org and cml.dev redirects are set up with a nodejs server (since they're deployed with S3), but mlem.ai is just deployed with Heroku. So I used gatsby-plugin-meta-redirect
. Are there any issues with using it? And for the future, do we want to deploy mlem.ai with S3?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm glad it's this easy to use redirects on a more traditional Heroku SSG!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work @julieg18.
Fixes #41