diff --git a/conf/config.php b/conf/config.php index 5a389a5..0860bd6 100644 --- a/conf/config.php +++ b/conf/config.php @@ -5,7 +5,7 @@ return [ 'base_url' => 'https://__DOMAIN____PATH__', 'storage' => [ 'driver' => 'local', - 'path' => '__DATA_DIR__/storage', + 'path' => '__DATA_DIR__', ], 'db' => [ 'connection' => 'sqlite', diff --git a/manifest.toml b/manifest.toml index c644059..e714886 100644 --- a/manifest.toml +++ b/manifest.toml @@ -48,7 +48,7 @@ ram.runtime = "50M" [resources.install_dir] [resources.data_dir] - subdirs = ["storage"] + #subdirs = ["storage"] [resources.permissions] main.url = "/"