We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b187c commit 067050aCopy full SHA for 067050a
README.md
@@ -1,4 +1,4 @@
1
-# OmniScript Site
+# omniscript.github.io
2
3
Official landing page for OmniScript - the universal document DSL for LLMs and AI.
4
@@ -61,7 +61,7 @@ omniscript-site/
61
62
The site automatically deploys to GitHub Pages on every push to `main` branch.
63
64
-**Live URL**: https://omniscriptosf.github.io/omniscript-site/
+**Live URL**: https://omniscriptosf.github.io/omniscript.github.io/
65
66
## 📄 License
67
next.config.js
@@ -4,7 +4,7 @@ const nextConfig = {
images: {
5
unoptimized: true,
6
},
7
- basePath: '/omniscript-site',
+ basePath: '/omniscript.github.io',
8
trailingSlash: true,
9
}
10
0 commit comments