Skip to content

Commit

Permalink
Add vulnerable files on website/.gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed May 17, 2024
1 parent 13c90cc commit b21b3c6
Show file tree
Hide file tree
Showing 10 changed files with 88 additions and 3,313 deletions.
6 changes: 5 additions & 1 deletion website/.gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
.next
node_modules/
out/
public/api/
raw/

public/api/
public/compilers/
public/robots.txt
public/sitemap*.xml

!package-lock.json
15 changes: 7 additions & 8 deletions website/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,16 @@ const withNextra = require("nextra")({
/** @type {import('next').NextConfig} */
const config = {
...withNextra(),
output: "export",
exportTrailingSlash: true,
images: {
unoptimized: true,
},
rewrites: async () => {
return [
{
source: "/api",
destination: "/api/index.html",
},
];
},
rewrites: async () => [
{
source: "/api",
destination: "/api/index.html",
},
],
};
module.exports = config;
128 changes: 73 additions & 55 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Typia Guide Documents",
"private": true,
"scripts": {
"build": "rimraf .next && rimraf out && typedoc && next build && next export && next-sitemap",
"build": "rimraf .next && rimraf out && typedoc && next build && next-sitemap",
"deploy": "node build/deploy",
"dev": "next dev",
"prepare": "node build/raw && webpack && typedoc"
Expand All @@ -26,8 +26,8 @@
"@mui/material": "^5.12.0",
"@rollup/browser": "^4.13.0",
"lz-string": "^1.5.0",
"monaco-editor": "^0.39.0",
"next": "^13.0.6",
"monaco-editor": "^0.48.0",
"next": "^14.1.1",
"nextra": "latest",
"nextra-theme-docs": "latest",
"path": "^0.12.7",
Expand Down
Binary file removed website/public/compilers/9414398612fc13d5aacd.wasm
Binary file not shown.
2 changes: 0 additions & 2 deletions website/public/compilers/index.js

This file was deleted.

Loading

0 comments on commit b21b3c6

Please sign in to comment.