We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cfe32e commit 10e0b4fCopy full SHA for 10e0b4f
.github/workflows/deploy.yml
@@ -49,6 +49,8 @@ jobs:
49
#
50
# You may remove this line if you want to manage the configuration yourself.
51
static_site_generator: gatsby
52
+ generator_config_file: ./gatsby-config.js
53
+ token: ${{ secrets.GITHUB_TOKEN }}
54
- name: Restore cache
55
uses: actions/cache@v4
56
with:
gatsby-config.js
@@ -10,6 +10,7 @@ module.exports = {
10
options: {
11
path: `${__dirname}/src/pages`,
12
name: 'pages',
13
+ start_url: '/',
14
},
15
16
`gatsby-transformer-remark`,
0 commit comments