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 75c84fe commit 6a408fcCopy full SHA for 6a408fc
.github/workflows/deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
git checkout gh-pages || git checkout -b gh-pages
27
28
- name: Copy build files
29
- run: cp -r build/* .
+ run: cp -r public/* .
30
31
- name: Deploy to GitHub Pages
32
env:
gatsby-config.ts
@@ -2,7 +2,7 @@ import type { GatsbyConfig } from "gatsby";
2
import path from "path";
3
4
const config: GatsbyConfig = {
5
- pathPrefix: "/toothlessdev.github.io",
+ pathPrefix: "/",
6
siteMetadata: {
7
title: `toothlessdev`,
8
siteUrl: `https://toothlessdev.github.io`,
0 commit comments