mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
Merge branch 'master' of github.com:neocities/neocities
This commit is contained in:
commit
391f20c9d5
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class Site < Sequel::Model
|
||||||
|
|
||||||
PLAN_FEATURES[:free] = PLAN_FEATURES[:supporter].merge(
|
PLAN_FEATURES[:free] = PLAN_FEATURES[:supporter].merge(
|
||||||
name: 'Free',
|
name: 'Free',
|
||||||
space: Filesize.from('50MB').to_i,
|
space: Filesize.from('100MB').to_i,
|
||||||
bandwidth: Filesize.from('50GB').to_i,
|
bandwidth: Filesize.from('50GB').to_i,
|
||||||
price: 0,
|
price: 0,
|
||||||
unlimited_site_creation: false,
|
unlimited_site_creation: false,
|
||||||
|
|
Loading…
Add table
Reference in a new issue