mirror of
https://github.com/mainnika/nikita-tokarch-uk.git
synced 2026-05-25 01:03:35 +00:00
Always use relative redirect to keep the upstream domain
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
package templates
|
||||
|
||||
const (
|
||||
URLPostfix = "aspx"
|
||||
|
||||
URLRoot = "/"
|
||||
URLIndex = "/index.aspx"
|
||||
URLBlog = "/blog.aspx"
|
||||
URLPost = "/post.aspx"
|
||||
URLIndex = "/index." + URLPostfix
|
||||
URLBlog = "/blog." + URLPostfix
|
||||
URLPost = "/post." + URLPostfix
|
||||
URLJSApp = "/js-bin/app.js"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user