Skip to content

運営主体の追加方法

dmoriwaki edited this page Nov 10, 2022 · 2 revisions

新規メンバーはcommittee.tsxに追加

各アカウントの設定例はこんな感じを想定してます。 github、twitter、facebook以外はpageUrlを使っていただければと。

accounts: [
  {
    serviceName: github,
    serviceUrl: 'https://github.com/アカウント名',
  },
  {
    serviceName: twitter,
    serviceUrl: 'https://twitter.com/アカウント名',
  },
  {
    serviceName: facebook,
    serviceUrl: 'https://www.facebook.com/アカウント名',
  },
  {
    serviceName: pageUrl,
    serviceUrl: 'https://www.example.com/',
  },
]
Clone this wiki locally