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
{{ message }}
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.
description: `Track your Old School Runescape clan’s progress from your own Discord server. The Open Source Old School Runescape player progress tracker.`,
author: `Psikoi`
},
plugins: [
`gatsby-plugin-react-helmet`,
`gatsby-plugin-typescript`,
`gatsby-plugin-sass`,
{
resolve: `gatsby-source-filesystem`,
options: {
name: `images`,
path: `${__dirname}/src/images`
}
},
`gatsby-transformer-sharp`,
`gatsby-plugin-sharp`,
{
resolve: `gatsby-plugin-manifest`,
options: {
name: `gatsby-starter-default`,
short_name: `Wise Old Man - Discord Bot`,
start_url: `/`,
background_color: `#121212`,
theme_color: `#121212`,
display: `minimal-ui`,
icon: `src/images/icon.png` // This path is relative to the root of the site.