Made some initial site layout
This commit is contained in:
@@ -6,7 +6,7 @@ def create_app():
|
||||
app = Flask(
|
||||
'Muspah',
|
||||
template_folder=os.path.join(os.path.dirname(__file__), 'templates'),
|
||||
static_folder=os.path.join(os.path.dirname(__file__), 'static'),
|
||||
static_folder=os.path.join(os.path.dirname(__file__), '..', 'static'),
|
||||
instance_relative_config=True
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user