File tree Expand file tree Collapse file tree 4 files changed +3
-12
lines changed Expand file tree Collapse file tree 4 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module.exports = {
6
6
description : 'pyjun01 블로그' ,
7
7
siteUrl : 'https://pyjun01.github.io' ,
8
8
} ,
9
- trailingSlash : 'never ' ,
9
+ trailingSlash : 'always ' ,
10
10
plugins : [
11
11
'gatsby-plugin-sitemap' ,
12
12
'gatsby-plugin-react-helmet' ,
@@ -43,6 +43,5 @@ module.exports = {
43
43
plugins : [ `gatsby-remark-autolink-headers` ] ,
44
44
} ,
45
45
} ,
46
- 'gatsby-plugin-remove-trailing-slashes' ,
47
46
] ,
48
47
} ;
Original file line number Diff line number Diff line change 19
19
"build" : " gatsby build" ,
20
20
"serve" : " gatsby serve" ,
21
21
"clean" : " gatsby clean" ,
22
- "deploy" : " gatsby build --prefix-paths && gh-pages -d public"
22
+ "deploy" : " gatsby build && gh-pages -d public"
23
23
},
24
24
"dependencies" : {
25
25
"@mdx-js/mdx" : " ^1.6.22" ,
56
56
"eslint-plugin-import" : " ^2.24.2" ,
57
57
"eslint-plugin-prettier" : " ^4.0.0" ,
58
58
"eslint-plugin-react" : " ^7.25.1" ,
59
- "gatsby-plugin-remove-trailing-slashes" : " ^4.19.0" ,
60
59
"gh-pages" : " ^3.2.3" ,
61
60
"prettier" : " ^2.4.0"
62
61
}
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ function List({ nodes }) {
41
41
{ nodes . map ( ( node ) => (
42
42
< Item key = { node . id } >
43
43
< h2 >
44
- < Link to = { `/v/${ node . slug } ` } > { node . frontmatter . title } </ Link >
44
+ < Link to = { `/v/${ node . slug } / ` } > { node . frontmatter . title } </ Link >
45
45
</ h2 >
46
46
< p >
47
47
{ node . frontmatter . preview } - { node . frontmatter . date }
Original file line number Diff line number Diff line change @@ -6564,13 +6564,6 @@ gatsby-plugin-react-helmet@^5.15.0:
6564
6564
dependencies:
6565
6565
"@babel/runtime" "^7.15.4"
6566
6566
6567
- gatsby-plugin-remove-trailing-slashes@^4.19.0:
6568
- version "4.19.0"
6569
- resolved "https://registry.yarnpkg.com/gatsby-plugin-remove-trailing-slashes/-/gatsby-plugin-remove-trailing-slashes-4.19.0.tgz#a65f56b8e9270b85c5472a623caaf85e4e8b3202"
6570
- integrity sha512-3zyL+6pqQIeAvABi3PbtVi285n9CVCopzLZNiCLN81/xPiCggA1yyNaZVV3eS1ZbOVFlWCAFyEBRl6E6QeI2BQ==
6571
- dependencies:
6572
- "@babel/runtime" "^7.15.4"
6573
-
6574
6567
gatsby-plugin-sharp@^4.13.0:
6575
6568
version "4.13.0"
6576
6569
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.13.0.tgz#b5d9494cb9e5246bcca726181ea09afbe5699513"
You can’t perform that action at this time.
0 commit comments