Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
chore(config): drop S3
Browse files Browse the repository at this point in the history
  • Loading branch information
outloudvi authored Feb 4, 2024
1 parent 1c04848 commit d636524
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import type { SiteConfig } from './types'

export default {
sounds: 'https://io.cafe.two.li/suisei-moe/sounds.json',
categories: 'https://io.cafe.two.li/suisei-moe/categories.json',
assets_path: 'https://io.cafe.two.li/suisei-moe/assets/',
notice: 'https://io.cafe.two.li/suisei-moe/notice.json',
sounds: 'https://suisei-cn.github.io/sbtn-assets/sounds.json',
categories: 'https://suisei-cn.github.io/sbtn-assets/categories.json',
assets_path: 'https://suisei-cn.github.io/sbtn-assets/assets/',
notice: 'https://suisei-cn.github.io/sbtn-assets/notice.json',
} as SiteConfig

export const testingConfig = {
Expand Down

0 comments on commit d636524

Please sign in to comment.