Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/samchon/typia into featur…
Browse files Browse the repository at this point in the history
…e/optimize
  • Loading branch information
samchon committed Aug 3, 2024
2 parents 76e98ee + dbd1398 commit acc5972
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion website/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const withNextra = require("nextra")({
const config = {
...withNextra(),
output: "export",
exportTrailingSlash: true,
trailingSlash: true,
images: {
unoptimized: true,
},
Expand Down
2 changes: 2 additions & 0 deletions website/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const config: DocsThemeConfig = {
return {
defaultTitle: "Typia Guide Documents",
titleTemplate: "Typia Guide Documents - %s",
description: "Superfast Runtime Validator with only one line",
additionalLinkTags: [
{
rel: "apple-touch-icon",
Expand Down Expand Up @@ -115,6 +116,7 @@ const config: DocsThemeConfig = {
],
};
},
head: (<></>),
};

export default config;

0 comments on commit acc5972

Please sign in to comment.