From b5c6d3aa7695c7bdd6591bd6ced19271db37b7ff Mon Sep 17 00:00:00 2001 From: Somrat <58769763+tfsomrat@users.noreply.github.com> Date: Wed, 20 Nov 2024 13:32:08 +0600 Subject: [PATCH] fixed 404 page redirection issue --- exampleSite/config/development/server.toml | 8 ++++---- package.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/exampleSite/config/development/server.toml b/exampleSite/config/development/server.toml index 49e5756..87537fd 100644 --- a/exampleSite/config/development/server.toml +++ b/exampleSite/config/development/server.toml @@ -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 diff --git a/package.json b/package.json index 6fcc13e..9310276 100644 --- a/package.json +++ b/package.json @@ -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": {