You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if hosting all images as static files directly in the website repo is ideal, as the wiki content grows.
May be a good idea to create a new S3 bucket called "osu-so-wiki-images" or something to host images for this wiki (do not use the existing "osu-so-wiki" bucket, because this is used for hosting the wiki's preview frontend deployment).
Then upload the current files under website\static\img of the wiki to the new S3 bucket, and replace static image references in the wiki pages with S3 image links.
The text was updated successfully, but these errors were encountered:
Not sure if hosting all images as static files directly in the website repo is ideal, as the wiki content grows.
May be a good idea to create a new S3 bucket called "osu-so-wiki-images" or something to host images for this wiki (do not use the existing "osu-so-wiki" bucket, because this is used for hosting the wiki's preview frontend deployment).
Then upload the current files under
website\static\img
of the wiki to the new S3 bucket, and replace static image references in the wiki pages with S3 image links.The text was updated successfully, but these errors were encountered: