🚚 Renamed modelu path prefix
This commit is contained in:
parent
c4c6e45a6b
commit
5eb6865735
3 changed files with 3 additions and 3 deletions
|
@ -7,4 +7,4 @@ module:
|
|||
- source: assets
|
||||
target: assets/va
|
||||
- source: layouts/partials
|
||||
target: layouts/partials/va
|
||||
target: layouts/partials/va
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,3 +1,3 @@
|
|||
module gitlab.com/toby3d/va
|
||||
module source.toby3d.me/toby3d/va
|
||||
|
||||
go 1.16
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
name: "VA"
|
||||
description: "Dead simple responsive-flexible-adaptive CSS framework"
|
||||
license: "MIT"
|
||||
licenselink: "https://github.com/toby3d/va/blob/master/LICENSE"
|
||||
licenselink: "https://source.toby3d.me/toby3d/va/blob/master/LICENSE"
|
||||
homepage: "https://toby3d.me/"
|
||||
min_version: "0.81.0"
|
||||
author:
|
||||
|
|
Loading…
Reference in a new issue