Skip to content

Commit

Permalink
ci: Configure subdir of GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
smessie committed Oct 11, 2023
1 parent 9a26949 commit 6634fd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/templates/index.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{page-title "Index"}}
<a href="https://github.com/smessie/FormGenerator"><img loading="lazy" width="149" height="149" src="/forkme_right_gray.png" class="attachment-full size-full fork" alt="Fork me on GitHub" data-recalc-dims="1"></a>
<a href="https://github.com/smessie/FormGenerator"><img loading="lazy" width="149" height="149" src="./forkme_right_gray.png" class="attachment-full size-full fork" alt="Fork me on GitHub" data-recalc-dims="1"></a>
<div class="container margin-bottom">
<div class="d-flex align-items-center margin-top">
<h1>Form Generator</h1>
Expand Down
2 changes: 1 addition & 1 deletion config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = function (environment) {
let ENV = {
modulePrefix: 'form-generator',
environment,
rootURL: '/',
rootURL: process.env.NODE_ENV === 'production' ? '/FormGenerator/' : '/',
locationType: 'history',
rdfStore: {
name: 'store',
Expand Down

0 comments on commit 6634fd3

Please sign in to comment.