Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove-PHX #41

Merged
merged 2 commits into from
Sep 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build:legal": "vitepress build src/legal",
"build:pages": "vitepress build src/pages",
"build:proto": "cd src/protocol && npm run build && cd ../../ && shx cp src/protocol/dist/index.html S3/pages/protocol.html && shx cp src/protocol/dist/assets/* S3/pages/assets/",
"build": "run-s build:* && copyfiles src/index.html S3 -f && copyfiles src/PHX S3 -f && copyfiles src/assets/* S3/assets/ -f && copyfiles src/assets/scroll-anim-seq/* S3/assets/scroll-anim-seq -f",
"build": "run-s build:* && copyfiles src/index.html S3 -f && copyfiles src/assets/* S3/assets/ -f && copyfiles src/assets/scroll-anim-seq/* S3/assets/scroll-anim-seq -f",
"preview": "vite preview --open",
"test": "linkinator ./S3 --config linkinator.config.json",
"test:blog": "linkinator https://blog.hello.coop https://blog.hello.dev --config linkinator.config.json",
Expand Down
1 change: 0 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@
</head>

<body>
<!-- test-run-4 -->
<nav class="fixed top-0 w-full bg-charcoal h-12 z-50 text-white">
<div class="container px-4 max-w-5xl mx-auto h-full flex items-center justify-between">
<span class="w-1/3">
Expand Down