Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit 0a4c9db

Browse files
committed
add mod config
1 parent 3f8745b commit 0a4c9db

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module:
2+
mounts:
3+
- source: app
4+
target: static1/admin/app
5+
- source: emails
6+
target: static1/admin/emails

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/hugolify/hugolify-netlify-cms
2+
3+
go 1.19

0 commit comments

Comments
 (0)