fixed 404 page redirection issue

This commit is contained in:
Somrat 2024-11-20 13:32:08 +06:00
parent c32ba3e0d7
commit b5c6d3aa76
2 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@
# status = 404
# Default language must be last.
[[redirects]]
from = '/**'
to = '/en/404.html'
status = 404
# [[redirects]]
# from = '/**'
# to = '/en/404.html'
# status = 404

View File

@ -1,7 +1,7 @@
{
"name": "hugoplate",
"description": "hugo tailwindcss boilerplate",
"version": "1.17.0",
"version": "1.17.1",
"license": "MIT",
"author": "zeon.studio",
"scripts": {
@ -22,13 +22,13 @@
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"prettier": "^3.3.3",
"prettier-plugin-go-template": "0.0.15",
"prettier-plugin-tailwindcss": "^0.6.8",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwind-bootstrap-grid": "^5.1.0",
"tailwindcss": "^3.4.13"
"tailwindcss": "^3.4.15"
},
"postcss": {
"plugins": {