Skip to content

Commit

Permalink
New deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
naticampiglia committed Feb 4, 2024
1 parent f271314 commit cea8479
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions gatsby-config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import type { GatsbyConfig } from 'gatsby';

const config: GatsbyConfig = {
pathPrefix: "/wia-energy-websit",
siteMetadata: {
title: `WIA-ENERGY-WEBSITE`,
siteUrl: `https://www.yourdomain.tld`,
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build --prefix-paths",
"build": "gatsby build --prefix-paths && gh-pages -d public",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
Expand Down Expand Up @@ -48,6 +48,7 @@
"@types/react-scroll": "^1.8.10",
"autoprefixer": "^10.4.7",
"gatsby-plugin-postcss": "^6.13.1",
"gh-pages": "^6.1.1",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.2",
"typescript": "^5.3.3"
Expand Down

0 comments on commit cea8479

Please sign in to comment.