File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v2.5.2
4+
5+ [ compare changes] ( https://github.com/vuejs-jp/vuefes-2025/compare/v2.5.1...v2.5.2 )
6+
7+ ### 🩹 Fixes
8+
9+ - Remove redirects from netlify.toml configuration file ([ a3bb83a] ( https://github.com/vuejs-jp/vuefes-2025/commit/a3bb83a ) )
10+
11+ ### ❤️ Contributors
12+
13+ - @ktym4a
14+
315## v2.5.1
416
517[ compare changes] ( https://github.com/vuejs-jp/vuefes-2025/compare/v2.5.0...v2.5.1 )
Original file line number Diff line number Diff line change 1111 # `cp ./netlify/_noIndexHeaders ./dist/_headers` to add noindex headers
1212 command = " pnpm rebuild && pnpm build && cp ./netlify/_noIndexHeaders ./dist/_headers"
1313 publish = " dist/"
14-
15- [[redirects ]]
16- # get contents from dist/* by accessing /2025/*
17- from = " /2025/*"
18- to = " /:splat"
19- status = 200
20-
21- [[redirects ]]
22- # redirect all requests to /2025/:splat
23- from = " /*"
24- to = " /2025/:splat"
25- status = 301
Original file line number Diff line number Diff line change 11{
22 "name" : " vuefes-2025" ,
33 "private" : true ,
4- "version" : " 2.5.1 " ,
4+ "version" : " 2.5.2 " ,
55 "type" : " module" ,
66 "author" : {
77 "name" : " ubugeeei" ,
You can’t perform that action at this time.
0 commit comments