mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
fix(app):config
This commit is contained in:
parent
bcabd1a2fe
commit
44d4774b5e
2 changed files with 3 additions and 3 deletions
|
|
@ -33,7 +33,7 @@
|
|||
</li>
|
||||
<li class="copy">
|
||||
© 2015-2019 <a href="https://hubs.ly/H0n52LH0" target="_blank">Akveo LLC</a><br>
|
||||
Documentationssss licensed under CC BY 4.0.
|
||||
Documentation licensed under CC BY 4.0.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
export const REPO_URL = 'https://github.com/alexeykurbako/ngx-admin.git';
|
||||
export const REPO_OWNER = 'alexeykurbako';
|
||||
export const REPO_URL = 'https://github.com/akveo/ngx-admin.git';
|
||||
export const REPO_OWNER = 'akveo';
|
||||
export const REPO_NAME = 'ngx-admin';
|
||||
export const OUT_DIR = 'docs/dist'; // Relative to the directory you run command
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue