Skip to content

Commit

Permalink
Merge branch 'main' into 171-more-content-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wesley-dean-gsa authored Aug 27, 2024
2 parents 2b3d393 + 02bf010 commit d50b32c
Show file tree
Hide file tree
Showing 8 changed files with 4,946 additions and 17,796 deletions.
1 change: 1 addition & 0 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const svgSprite = require("eleventy-plugin-svg-sprite");
const { imageShortcode, imageWithClassShortcode } = require("./config");

module.exports = function (config) {
config.setFreezeReservedData(false);
// Set pathPrefix for site
let pathPrefix = "/";
// Copy the `admin` folders to the output
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/megalinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: "Import GPG key"
id: import-gpg
uses: crazy-max/ghaction-import-gpg@v6
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # pin@v6
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
legacy-peer-deps=true
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

12 changes: 6 additions & 6 deletions _data/assetPaths.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"admin.js": "/assets/js/admin-RJYP54EU.js",
"admin.map": "/assets/js/admin-RJYP54EU.js.map",
"app.js": "/assets/js/app-XFKDNIAK.js",
"app.map": "/assets/js/app-XFKDNIAK.js.map",
"admin.js": "/assets/js/admin-77FHK54G.js",
"admin.map": "/assets/js/admin-77FHK54G.js.map",
"app.js": "/assets/js/app-ZYH5N2BK.js",
"app.map": "/assets/js/app-ZYH5N2BK.js.map",
"uswds.js": "/assets/js/uswds-init.js",
"styles.css": "/assets/styles/styles-ZVXT7TJI.css",
"styles.map": "/assets/styles/styles-ZVXT7TJI.css.map"
"styles.css": "/assets/styles/styles-LVCZ4TS2.css",
"styles.map": "/assets/styles/styles-LVCZ4TS2.css.map"
}
2 changes: 1 addition & 1 deletion js/admin.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
require("netlify-cms");
// require("netlify-cms");
Loading

0 comments on commit d50b32c

Please sign in to comment.