Skip to content

Commit

Permalink
update gatsby-config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
asl3 committed Feb 26, 2024
1 parent 1b1901c commit fc5b419
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
const config = require('./src/config');

module.exports = {
pathPrefix: '/asl3',
pathPrefix: '',
siteMetadata: {
title: 'Amanda Liu',
description: 'Amanda Liu is a software engineer who specializes in open source development.',
siteUrl: 'https://asl3.github.io', // No trailing slash allowed!
image: '/og.png', // Path to your image you placed in the 'static' folder
image: 'og.png', // Path to your image you placed in the 'static' folder
twitterUsername: '',
},
plugins: [
Expand All @@ -22,7 +22,7 @@ module.exports = {
options: {
name: 'Amanda Liu',
short_name: 'Amanda Liu',
start_url: '/',
start_url: '',
background_color: config.colors.linen,
theme_color: config.colors.linen,
display: 'minimal-ui',
Expand Down

0 comments on commit fc5b419

Please sign in to comment.