updated
This commit is contained in:
@@ -19,8 +19,6 @@ services:
|
||||
- ./php/local.ini:/usr/local/etc/php/conf.d/local.ini
|
||||
networks:
|
||||
- app-network
|
||||
ports:
|
||||
- "8001:80"
|
||||
|
||||
#Nginx Service
|
||||
webserver:
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
<nav class="navbar navbar-expand-lg navbar-dark navbar-custom fixed-top">
|
||||
<div class="container px-5">
|
||||
<a href="/" class="navbar-brand">
|
||||
<img src="{{ asset('/images/logo.png') }}" alt="logo" height="36px" />
|
||||
<img src="{{ asset('/public/images/logo.png') }}" alt="logo" height="36px" />
|
||||
</a>
|
||||
<!-- <a class="navbar-brand" href="#page-top">
|
||||
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;400;500;600;700;800;900&display=swap" rel="stylesheet">
|
||||
|
||||
<link href="{{ asset('/assets/css/merchbay/styles-stores.css') }}" rel="stylesheet">
|
||||
<link href="{{ asset('/assets/css/merchbay/styles.css') }}" rel="stylesheet">
|
||||
<link href="{{ asset('/public/assets/css/merchbay/styles-stores.css') }}" rel="stylesheet">
|
||||
<link href="{{ asset('/public/assets/css/merchbay/styles.css') }}" rel="stylesheet">
|
||||
<!-- <link href="{{ asset('public/assets/login/css/style.css') }}" rel="stylesheet">
|
||||
<link href="{{ asset('public/assets/login/css/form-elements.css') }}" rel="stylesheet"> -->
|
||||
<script src='https://www.google.com/recaptcha/api.js'></script>
|
||||
|
||||
Reference in New Issue
Block a user