Skip to content

Commit

Permalink
feat: 7차 OG 태그 반영
Browse files Browse the repository at this point in the history
feat: 7차 OG 태그 반영
  • Loading branch information
klmhyeonwoo authored Jan 29, 2024
2 parents 134fb1e + 7229004 commit 7fdd3d1
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 31 deletions.
10 changes: 10 additions & 0 deletions hydratable.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"webroot": "./dist",
"host": "http://localhost",
"port": 5173,
"crawlingUrls": ["/"],
"delay": 1500,
"userAgent": "react-hydratable",
"htmlPrefix": "<!DOCTYPE html>",
"pageCount": 1
}
12 changes: 3 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build": "tsc && vite build && pnpm postbuild",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"postbuild": "react-snap"
"postbuild": "react-hydratable"
},
"dependencies": {
"@tanstack/react-query": "^5.17.9",
Expand All @@ -31,6 +31,7 @@
"react-easy-crop": "^5.0.4",
"react-error-boundary": "^4.0.12",
"react-helmet-async": "^2.0.4",
"react-hydratable": "^1.3.0",
"react-router-dom": "^6.19.0",
"react-snap": "^1.23.0",
"swiper": "^11.0.5",
Expand Down Expand Up @@ -75,12 +76,5 @@
"vite": "^5.0.0",
"vite-plugin-svgr": "^4.1.0",
"vitest": "^0.34.6"
},
"reactSnap": {
"source": "dist",
"puppeteerArgs": [
"--no-sandbox",
"--disable-setuid-sandbox"
]
}
}
Loading

0 comments on commit 7fdd3d1

Please sign in to comment.