Skip to content

Commit 6d74aef

Browse files
committed
Merge branch 'production' of github.com:vuejs-jp/vuefes-2025
2 parents 27ccde7 + 29e3d60 commit 6d74aef

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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)

netlify.toml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,3 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)