Skip to content

Commit

Permalink
Swap registry and pulumi-hugo module imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cnunciato committed Oct 5, 2023
1 parent 9d4721d commit 3d6dd53
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/_default/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ title: Pulumi - Universal Infrastructure as Code

module:
imports:
- path: github.com/pulumi/registry/themes/default
- path: github.com/pulumi/pulumi-hugo/themes/default
mounts:
- source: content
target: content
- source: assets
target: assets
- source: static
target: static
- source: layouts
target: layouts
- source: data
target: data
- path: github.com/pulumi/pulumi-hugo/themes/default
- path: github.com/pulumi/registry/themes/default
mounts:
- source: content
target: content
- source: assets
target: assets
- source: static
target: static
- source: layouts
target: layouts
- source: data
Expand Down

0 comments on commit 3d6dd53

Please sign in to comment.