Skip to content

Commit 067050a

Browse files
committed
chore: update basePath and URLs after repository rename to omniscript.github.io
1 parent f2b187c commit 067050a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OmniScript Site
1+
# omniscript.github.io
22

33
Official landing page for OmniScript - the universal document DSL for LLMs and AI.
44

@@ -61,7 +61,7 @@ omniscript-site/
6161

6262
The site automatically deploys to GitHub Pages on every push to `main` branch.
6363

64-
**Live URL**: https://omniscriptosf.github.io/omniscript-site/
64+
**Live URL**: https://omniscriptosf.github.io/omniscript.github.io/
6565

6666
## 📄 License
6767

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const nextConfig = {
44
images: {
55
unoptimized: true,
66
},
7-
basePath: '/omniscript-site',
7+
basePath: '/omniscript.github.io',
88
trailingSlash: true,
99
}
1010

0 commit comments

Comments
 (0)