mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-09-05 05:55:37 +05:00
enable trailing slash in next config
This commit is contained in:
parent
8440465230
commit
85e51d8e4e
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ import type { NextConfig } from "next";
|
|||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
output: 'export'
|
||||
output: 'export',
|
||||
trailingSlash: true
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue