diff --git a/website/.eslintrc.json b/website/.eslintrc.json new file mode 100644 index 0000000..b48eff9 --- /dev/null +++ b/website/.eslintrc.json @@ -0,0 +1,6 @@ +{ + "extends": "next", + "rules": { + "@typescript-eslint/no-namespace": "off", + } +} \ No newline at end of file diff --git a/website/.gitignore b/website/.gitignore index ce034c9..5c6f24c 100644 --- a/website/.gitignore +++ b/website/.gitignore @@ -1,2 +1,5 @@ .next -node_modules/ \ No newline at end of file +node_modules/ +public/api/ + +!package-lock.json \ No newline at end of file diff --git a/website/next-sitemap.config.js b/website/next-sitemap.config.js index 5b8d687..5eaec14 100644 --- a/website/next-sitemap.config.js +++ b/website/next-sitemap.config.js @@ -1,5 +1,5 @@ /** @type {import('next-sitemap').IConfig} */ module.exports = { - siteUrl: 'https://typia.io', - generateRobotsTxt: true, -}; \ No newline at end of file + siteUrl: "https://tgrid.com", + generateRobotsTxt: true, +}; diff --git a/website/out/404.html b/website/out/404.html new file mode 100644 index 0000000..93cd88d --- /dev/null +++ b/website/out/404.html @@ -0,0 +1 @@ +