Skip to content

Commit

Permalink
Fix some build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-heyer committed Nov 23, 2024
1 parent fe0787a commit 18d266f
Show file tree
Hide file tree
Showing 10 changed files with 745 additions and 394 deletions.
3 changes: 3 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,9 +327,12 @@ module.exports = {
noInlineHighlight: true,
aliases: {
postgresql: "sql",
psql: "sql",
sh: "shell",
"c++": "cpp",
console: "shell-session",
output: "none",
terminal: "none",
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
{% block frontmatter %}
{{super()}}
redirects:
- /eprs/latest/03_installation/03_installing_rpm_package/x86_amd64/
- /eprs/latest/03_installation/03_installing_rpm_package/arm64/
{% endblock frontmatter %}
Loading

1 comment on commit 18d266f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.