коммит перед генерацией favicon
This commit is contained in:
parent
c3ab0cf6b8
commit
82396fd8b6
|
|
@ -16,6 +16,18 @@
|
||||||
sizes="16x16"
|
sizes="16x16"
|
||||||
href="icons/favicon-16x16.svg"
|
href="icons/favicon-16x16.svg"
|
||||||
/>
|
/>
|
||||||
|
<link
|
||||||
|
rel="icon"
|
||||||
|
type="image/svg"
|
||||||
|
sizes="32x32"
|
||||||
|
href="icons/favicon-32x32.svg"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="icon"
|
||||||
|
type="image/svg"
|
||||||
|
sizes="48x48"
|
||||||
|
href="icons/favicon-48x48.svg"
|
||||||
|
/>
|
||||||
<link rel="manifest" href="/site.webmanifest" />
|
<link rel="manifest" href="/site.webmanifest" />
|
||||||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
|
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
|
||||||
<meta name="msapplication-TileColor" content="#00a300" />
|
<meta name="msapplication-TileColor" content="#00a300" />
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="contacts__map">
|
<div class="contacts__map">
|
||||||
<!-- <div
|
<div
|
||||||
class="contacts__map-frame"
|
class="contacts__map-frame"
|
||||||
style="position: relative; overflow: hidden"
|
style="position: relative; overflow: hidden"
|
||||||
>
|
>
|
||||||
|
|
@ -46,8 +46,7 @@
|
||||||
allowfullscreen="true"
|
allowfullscreen="true"
|
||||||
style="position: relative"
|
style="position: relative"
|
||||||
></iframe>
|
></iframe>
|
||||||
</div> -->
|
</div>
|
||||||
<YandexMap apiKey="e73ed16e-35ea-483b-afb4-9daac388591a" />
|
|
||||||
</div>
|
</div>
|
||||||
<FormKit
|
<FormKit
|
||||||
v-model="formData"
|
v-model="formData"
|
||||||
|
|
@ -76,12 +75,11 @@
|
||||||
<script>
|
<script>
|
||||||
import AppBreadcrumbs from '@/components/app-breadcrumbs.vue';
|
import AppBreadcrumbs from '@/components/app-breadcrumbs.vue';
|
||||||
import SupportBlock from '@/components/support-block.vue';
|
import SupportBlock from '@/components/support-block.vue';
|
||||||
import YandexMap from '@/components/ymap.vue';
|
|
||||||
import { app } from '@/services';
|
import { app } from '@/services';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'contacts',
|
name: 'contacts',
|
||||||
components: { SupportBlock, AppBreadcrumbs, YandexMap },
|
components: { SupportBlock, AppBreadcrumbs },
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
formData: {},
|
formData: {},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue