fix: remove outdated build:static script
Update `next.config.ts` to handle static export during build. #VERCEL_SKIP Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
This commit is contained in:
parent
abdf0bf9bd
commit
f07554ec3d
|
|
@ -89,10 +89,10 @@ export default function Home() {
|
||||||
<div className="service-content">
|
<div className="service-content">
|
||||||
<h3>Massage Therapy Treatment</h3>
|
<h3>Massage Therapy Treatment</h3>
|
||||||
<p>
|
<p>
|
||||||
General Swedish Massage combined with specialized techniques including Deep Tissue and Myofascial Release, all tailored to your specific needs and wellness goals.
|
General Swedish Massage combined with specialized techniques including Myofascial Deep Tissue, all tailored to your specific needs and wellness goals.
|
||||||
</p>
|
</p>
|
||||||
<button className="btn btn-outline" data-modal="massage">
|
<button className="btn btn-outline" data-modal="massage">
|
||||||
Learn More About Massage Therapy
|
Learn More About Massage
|
||||||
</button>
|
</button>
|
||||||
<a
|
<a
|
||||||
href="https://ebbnflowmassage.clinicsense.com"
|
href="https://ebbnflowmassage.clinicsense.com"
|
||||||
|
|
@ -117,8 +117,7 @@ export default function Home() {
|
||||||
<div className="service-content">
|
<div className="service-content">
|
||||||
<h3>Laser Therapy Treatment</h3>
|
<h3>Laser Therapy Treatment</h3>
|
||||||
<p>
|
<p>
|
||||||
Laser therapy provides accelerated healing for musculoskeletal injury, arthritis, and nerve injury.
|
Laser therapy provides accelerated healing for musculoskeletal injury, arthritis, and nerve injury. Stand alone or combine with Massage Therapy.
|
||||||
Stand alone or recommended to combine with Massage Therapy.
|
|
||||||
</p>
|
</p>
|
||||||
<button className="btn btn-outline" data-modal="laser">
|
<button className="btn btn-outline" data-modal="laser">
|
||||||
Learn More About Laser Therapy
|
Learn More About Laser Therapy
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"build:static": "next build && next export",
|
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
"start": "next start"
|
"start": "next start"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue