Skip to content

Commit 3e760fa

Browse files
bepjmooring
authored andcommitted
Update netlify.toml
1 parent 84e7126 commit 3e760fa

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

layouts/_partials/layouts/header/mobilemenu.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{{/* Mobile menu overlay and panel - only visible on small screens */}}
22
<div
3-
x-data
43
x-show="$store.nav.mobileMenu.open"
54
x-transition:enter="transition-opacity ease-out duration-200"
65
x-transition:enter-start="opacity-0"
@@ -15,7 +14,6 @@
1514

1615
{{/* Mobile menu panel */}}
1716
<div
18-
x-data
1917
x-show="$store.nav.mobileMenu.open"
2018
x-transition:enter="transition ease-out duration-200"
2119
x-transition:enter-start="translate-x-full"

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
command = "hugo --gc --minify"
44

55
[build.environment]
6-
HUGO_VERSION = "0.155.0"
6+
HUGO_VERSION = "0.155.1"
77

88
[context.production.environment]
99
HUGO_ENV = "production"

0 commit comments

Comments
 (0)